|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BigInt | |
---|---|
clojure.lang | Clojure language implementation. |
Uses of BigInt in clojure.lang |
---|
Fields in clojure.lang declared as BigInt | |
---|---|
static BigInt |
BigInt.ONE
|
static BigInt |
BigInt.ZERO
|
Methods in clojure.lang that return BigInt | |
---|---|
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)
|
Methods in clojure.lang with parameters of type BigInt | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |