Number Precision Versions Save

🚀1K tiny & fast lib for doing addition, subtraction, multiplication and division operations precisely

1.6.0

1 year ago

thanks to @qmhc #50

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

3 years ago

1.4.0

3 years ago

New feature: Add ES Moudule output

Thanks to @luxp

1.3.2

4 years ago

NP.divide bugfix

Fix #19 #18 #12 PR: https://github.com/nefe/number-precision/pull/21

Special thanks to @lxfriday

1.3.1

5 years ago

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);

1.2.0

6 years ago
  • Rewrite with TypeScript 🎆 ✨✨
  • Use Rollup to bundle

1.1.7

6 years ago

Add TypeScript support.

merged #5

1.1.6

6 years ago

Fix bugs in exponential notation.

Fix https://github.com/dt-fe/number-precision/issues/4