1.0.5 • Published 8 years ago

jints v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

NPM version Build Status Coverage Status

jints

JavaScript Big Integer

BinInteger

var bi = new jints.BigInteger('0x1234567890abcdef');
console.log(bi.toString(16))
// > 1234567890abcdef

Int64

https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes/js-ctypes_reference/Int64

UInt64

https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes/js-ctypes_reference/UInt64

License

MIT © zswang

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago