adamwdraper / Numeral-js

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

fixed bug for very small numbers that are converted #786

Open amirmm03 opened 1 year ago

amirmm03 commented 1 year ago

fixed bug for very small numbers that are converted to scientific notation. added test and used grunt and grunt dist. the relevant issue is #784

mirkan1 commented 6 months ago

@adamwdraper can we accept this PR?