Numeral-js
Numeral-js copied to clipboard
fix formatting of small numbers
The multiplication done by appending ('e+' + boundedPrecision) would fail to yield a valid number ( 1e-8e+8 ), which would cause a 'NaN' to be the output.
#563
I just noticed that the issue #563 was a duplicate of #514.
It is also a duplicate of #512
@thmaterna Having the same issue. Are you able to add @adamwdraper as a reviewer? @adamwdraper do you have time to review?
@turnerniles github doesn't let me request a pull request review. I suppose @adamwdraper should have been notified when the pull request was created.
Any updates on this?
@adamwdraper the merges are not being accepted?
can someone please merge the fix into master?
Bump