|
@@ -86,5 +86,5 @@ Number.prototype.toDecimal = function (ADigit) {
|
|
|
// var s = scMathUtil.roundTo(this, digit);
|
|
|
// console.log('Number: ' + this + ' Digit: ' + digit + ' Result: ' + s);
|
|
|
// return parseFloat(s);
|
|
|
- return parseFloat(scMathUtil.roundTo(this, digit));
|
|
|
+ return scMathUtil.roundTo(this, digit);
|
|
|
};
|