Releases: nefe/number-precision
Releases · nefe/number-precision
Refactor code
add d.ts TypeScript Support
Performance update, change recursion to iteration
Add String Support
Thanks to @xiaosu12138
#34
Add ES Moudule output
New feature: Add ES Moudule output
Thanks to @luxp
NP.divide bugfix
Add enableBoundaryChecking() method
If you want to get rid of XXX is beyond boundary when transfer to integer, the results may not be accurate, use this at the beginning of your app to turn off boundary checking.
NP.enableBoundaryChecking(false);