aureooms-js-integer
Version:
integer code bricks for JavaScript
28 lines (21 loc) • 1.81 kB
Markdown
[js-integer](http://aureooms.github.io/js-integer)
==
Integer numbers library for JavaScript.
```js
integer.parse( 16 , 100 , 'ff' ) ; // [ 2 , 55 ]
integer.stringify( 100 , 16 , [ 2 , 55 ] ) ; // 'ff'
```
[](https://raw.githubusercontent.com/aureooms/js-integer/master/LICENSE)
[](https://www.npmjs.org/package/aureooms-js-integer)
[](https://travis-ci.org/aureooms/js-integer)
[](https://coveralls.io/r/aureooms/js-integer)
[](https://david-dm.org/aureooms/js-integer#info=dependencies)
[](https://david-dm.org/aureooms/js-integer#info=devDependencies)
[](https://codeclimate.com/github/aureooms/js-integer)
[](https://www.npmjs.org/package/aureooms-js-integer)
[](https://github.com/aureooms/js-integer/issues)
[](https://aureooms.github.io/js-integer/source.html)
## Reference
- [The GNU Multiple Precision Arithmetic Library](https://gmplib.org/)
- https://gmplib.org/gmp-man-6.0.0a.pdf
- https://en.wikipedia.org/wiki/Sch%C3%B6nhage%E2%80%93Strassen_algorithm