Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rounding bug for number with exponential part
When a number presents an exponential part (scientific representation, ie. 5e+3) an additional “e+” string is appended to the number to perform the `toFixedFix` function. It causes the `Math.round` method to return a `NaN` value.
- Loading branch information