Package | Description |
---|---|
clojure.lang |
Clojure language implementation.
|
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(BigInteger val) |
static BigInt |
BigInt.fromLong(long val) |
BigInt |
BigInt.multiply(BigInt y) |
BigInt |
BigInt.quotient(BigInt y) |
BigInt |
BigInt.remainder(BigInt y) |
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 Number |
Numbers.reduceBigInt(BigInt val) |
BigInt |
BigInt.remainder(BigInt y) |
Copyright © 2018. All rights reserved.