项目作者: zswang

项目描述 :
Big Integer
高级语言: JavaScript
项目地址: git://github.com/zswang/jints.git
创建时间: 2015-10-27T16:39:33Z
项目社区:https://github.com/zswang/jints

开源协议:

下载


NPM version Build Status Coverage Status

jints

JavaScript Big Integer

BinInteger

  1. var bi = new jints.BigInteger('0x1234567890abcdef');
  2. console.log(bi.toString(16))
  3. // > 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