number-precision

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

Downloads
145.8K
Stars
4K
Committers
16

Bot releases are hidden (Show)

number-precision - Refactor code Latest Release

Published by camsong about 2 years ago

thanks to @qmhc #50

number-precision - add d.ts TypeScript Support

Published by camsong over 2 years ago

number-precision - Performance update, change recursion to iteration

Published by camsong about 3 years ago

number-precision - Add String Support

Published by camsong over 4 years ago

number-precision - Add ES Moudule output

Published by camsong over 4 years ago

New feature: Add ES Moudule output

Thanks to @luxp

number-precision - NP.divide bugfix

Published by camsong almost 5 years ago

NP.divide bugfix

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

Special thanks to @lxfriday

number-precision - Add enableBoundaryChecking() method

Published by camsong over 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);
number-precision - 1.2.0

Published by camsong almost 7 years ago

  • Rewrite with TypeScript 🎆 ✨✨
  • Use Rollup to bundle
number-precision -

Published by camsong almost 7 years ago

Add TypeScript support.

merged #5

number-precision -

Published by camsong almost 7 years ago

Fix bugs in exponential notation.

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

number-precision - 1.1.4

Published by camsong about 7 years ago

Bug fix of #1 #2
Thanks to @jiangtao