diff --git a/MeTMT/js/utils/NumberFormating.js b/MeTMT/js/utils/NumberFormating.js index c7d4f08..50d8aef 100644 --- a/MeTMT/js/utils/NumberFormating.js +++ b/MeTMT/js/utils/NumberFormating.js @@ -155,7 +155,7 @@ function standardFormat(decimal) { prefix += symbols[1][e.div(10).floor().mod(10)] prefix += symbols[2][e.div(100).floor().mod(10)] if (first[e] != undefined) prefix = first[e] - return (e.lt(1500) ? defaultFormat(decimal.div(new Decimal(10).pow(e.times(3)))) : "") + prefix + return (e.lt(50000) ? defaultFormat(decimal.div(new Decimal(10).pow(e.times(3)))) : "") + prefix } setInterval(function() {