class BigInt extends MyLong
Modifier and Type | Field and Description |
---|---|
static java.math.BigInteger |
NEG_ONE |
static java.math.BigInteger |
ONE |
static java.math.BigInteger |
TWO |
(package private) java.math.BigInteger |
value |
static java.math.BigInteger |
ZERO |
Constant, loadedTable, local, localTable, name, patternDict, table
Constructor and Description |
---|
BigInt(java.math.BigInteger biginteger) |
BigInt(long l) |
BigInt(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
(package private) BigInt |
abs() |
(package private) Constant |
add(BigInt bigint) |
(package private) Constant |
add(MyLong l) |
(package private) Constant |
divide(BigInt i) |
(package private) Constant |
divide(MyLong l) |
boolean |
equals(BigInt obj) |
boolean |
equals(Real obj) |
double |
f(double v) |
boolean |
greater(Real obj) |
boolean |
isPrime() |
(package private) Constant |
multiply(BigInt bigint) |
(package private) Constant |
multiply(MyLong l) |
Expression |
N() |
(package private) Constant |
negate() |
(package private) Constant |
pow(MyLong l) |
(package private) Constant |
sign() |
(package private) Constant |
subtract(BigInt bigint) |
(package private) Constant |
subtract(MyLong l) |
java.lang.String |
toString() |
add, add, divide, divide, equals, greater, multiply, multiply, pow, pow, subtract, subtract, toMath
add, differentiate, divide, getContinuity, getMultDecomp, getValue, isFree, multiply, pow, subtract, Taylor
clearAll, clearPatternValue, copy, equal, f, getAddDecomp, getPowerHash, hashCode, match, replace, simplify, sort, toTeX, type
public static final java.math.BigInteger NEG_ONE
public static final java.math.BigInteger ZERO
public static final java.math.BigInteger ONE
public static final java.math.BigInteger TWO
java.math.BigInteger value
BigInt(long l)
BigInt(java.lang.String s)
BigInt(java.math.BigInteger biginteger)
public Expression N()
N
in class Expression
BigInt abs()
Constant sign()
public boolean equals(BigInt obj)