Properties

gcd: ((a, b) => BigInteger)

Type declaration

lcm: ((a, b) => BigInteger)

Type declaration

max: ((a, b) => BigInteger)

Type declaration

min: ((a, b) => BigInteger)

Type declaration

minusOne: BigInteger
randBetween: ((a, b, rng?) => BigInteger)

Type declaration

Methods