List of utility methods to do Number to Float Convert
Number.prototype.to_f = function () { return parseFloat(this.valueOf()); };