Try this in node.js:
const numeral = require('numeral');
numeral(1e-7).format();
In 2.0.4, the result was '0' (which seems to be correct). In 2.0.6, the result is 'NaN'.
Just ran into this as well.
+1: numeral(0.000000001).format() === "NaN"
I've submitted a PR but its failing due to connection issues w/ Saucelabs. Would appreciate any extra eyes on it.
Hi there!
any news on that?
i've encountered the same problem
Most helpful comment
Hi there!
any news on that?
i've encountered the same problem