adamwdraper / Numeral-js

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

Fix of the currency format on negative numbers rouned to 0 #775

Open Ondrashx opened 2 years ago

Ondrashx commented 2 years ago

console.log(numeral(-0.008).format('$ 0,0')); -> "0$ "

the code before the change did count with the fact that numberToFormat does not return negative zero (-0)