Skip to content

Releases: nefe/number-precision

Refactor code

Choose a tag to compare

@camsong camsong released this 08 Oct 01:15

thanks to @qmhc #50

add d.ts TypeScript Support

Choose a tag to compare

@camsong camsong released this 16 Feb 08:11

close #45
thanks to @lvqq

Performance update, change recursion to iteration

Choose a tag to compare

@camsong camsong released this 16 Aug 15:34

thanks to @zhiyan
#37

Add String Support

Choose a tag to compare

@camsong camsong released this 24 Jun 08:08

Thanks to @xiaosu12138
#34

Add ES Moudule output

Choose a tag to compare

@camsong camsong released this 26 May 07:21

New feature: Add ES Moudule output

Thanks to @luxp

NP.divide bugfix

Choose a tag to compare

@camsong camsong released this 23 Oct 14:47

NP.divide bugfix

Fix #19 #18 #12
PR: #21

Special thanks to @lxfriday

Add enableBoundaryChecking() method

Choose a tag to compare

@camsong camsong released this 14 Feb 05:25

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

Choose a tag to compare

@camsong camsong released this 16 Dec 12:13
  • Rewrite with TypeScript 馃巻 鉁ㄢ湪
  • Use Rollup to bundle

1.1.7

Choose a tag to compare

@camsong camsong released this 30 Oct 00:14

Add TypeScript support.

merged #5

1.1.6

Choose a tag to compare

@camsong camsong released this 29 Oct 15:20

Fix bugs in exponential notation.

Fix #4