adamwdraper / Numeral-js

A javascript library for formatting and manipulating numbers.
http://numeraljs.com
MIT License
9.65k stars 926 forks source link

fix value() function #762

Closed kianomoomi closed 2 years ago

kianomoomi commented 2 years ago

Fixes #723

the value() function should not just return the _value attribute. I first make it precise to 8 significant digits and then return the float value of it. This fixes the problem of inaccuracy and losing precision