Skip to content

Releases: nefe/number-precision

Refactor code

08 Oct 01:15
Compare
Choose a tag to compare

add d.ts TypeScript Support

16 Feb 08:11
Compare
Choose a tag to compare

Performance update, change recursion to iteration

16 Aug 15:34
Compare
Choose a tag to compare

Add String Support

24 Jun 08:08
Compare
Choose a tag to compare

Add ES Moudule output

26 May 07:21
Compare
Choose a tag to compare

New feature: Add ES Moudule output

Thanks to @luxp

NP.divide bugfix

23 Oct 14:47
Compare
Choose a tag to compare

NP.divide bugfix

Fix #19 #18 #12
PR: #21

Special thanks to @lxfriday

Add enableBoundaryChecking() method

14 Feb 05:25
Compare
Choose a tag to compare

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

16 Dec 12:13
Compare
Choose a tag to compare
  • Rewrite with TypeScript 馃巻 鉁ㄢ湪
  • Use Rollup to bundle

1.1.7

30 Oct 00:14
Compare
Choose a tag to compare

Add TypeScript support.

merged #5

1.1.6

29 Oct 15:20
Compare
Choose a tag to compare

Fix bugs in exponential notation.

Fix #4