Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
static BigInt |
BigInt.ONE |
static BigInt |
BigInt.ZERO |
Modifier and Type | Method and Description |
---|---|
BigInt |
BigInt.add(BigInt y) |
static BigInt |
BigInt.fromBigInteger(java.math.BigInteger val) |
static BigInt |
BigInt.fromLong(long val) |
BigInt |
BigInt.multiply(BigInt y) |
BigInt |
BigInt.quotient(BigInt y) |
BigInt |
BigInt.remainder(BigInt y) |
(package private) static BigInt |
Numbers.toBigInt(java.lang.Object x) |
static BigInt |
BigInt.valueOf(long val) |
Modifier and Type | Method and Description |
---|---|
BigInt |
BigInt.add(BigInt y) |
boolean |
BigInt.lt(BigInt y) |
BigInt |
BigInt.multiply(BigInt y) |
BigInt |
BigInt.quotient(BigInt y) |
static java.lang.Number |
Numbers.reduceBigInt(BigInt val) |
BigInt |
BigInt.remainder(BigInt y) |