Package Exports
- node-biginteger
- node-biginteger/lib/common
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-biginteger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
BigInteger
@see java.math.BigInteger
BigInteger fromLong(val) √
BigInteger fromString(val, radix) √
Buffer toBuffer() √
String toString() √
BigInteger abs() √
BigInteger negative() √
Long longValue() √
BigInteger fromBuffer(signum, magnitude) √
BigInteger add(val) √
BigInteger subtract(val) √
BigInteger multiply(val) √
BigInteger and(val) √
BigInteger andNot(val) √
BigInteger not() √
BigInteger pow(exponent) √
BigInteger or() √
BigInteger xor(val) √
int bitLength() √
int bitCount() √
BigInteger clearBit(n) √
BigInteger compareTo(val) √
Boolean equals(x) √
BigInteger shiftLeft(n) √
BigInteger shiftRight(n) √
BigInteger mod(n) √
BigInteger modPow(exponent, m) √
License
MIT