| Package | Description |
|---|---|
| sun.misc |
| Modifier and Type | Field and Description |
|---|---|
static FDBigInteger |
FDBigInteger.FIVE |
static FDBigInteger |
FDBigInteger.ONE |
static FDBigInteger |
FDBigInteger.ZERO |
| Modifier and Type | Method and Description |
|---|---|
FDBigInteger |
FDBigInteger.leftInplaceSub(FDBigInteger subtrahend)
Subtracts the supplied
FDBigInteger subtrahend from this FDBigInteger. |
FDBigInteger |
FDBigInteger.leftShift(int shift)
Shifts this
FDBigInteger to the left. |
FDBigInteger |
FDBigInteger.multBy10()
Multiplies this
FDBigInteger by 10. |
FDBigInteger |
FDBigInteger.multByPow52(int p5,
int p2)
Multiplies this
FDBigInteger by 5p5 * 2p2. |
FDBigInteger |
FDBigInteger.rightInplaceSub(FDBigInteger subtrahend)
Subtracts the supplied
FDBigInteger subtrahend from this FDBigInteger. |
static FDBigInteger |
FDBigInteger.valueOfMulPow52(long value,
int p5,
int p2)
Returns an
FDBigInteger with the numerical value
value * 5p5 * 2p2. |
static FDBigInteger |
FDBigInteger.valueOfPow52(int p5,
int p2)
Returns an
FDBigInteger with the numerical value 5p5 * 2p2. |
| Modifier and Type | Method and Description |
|---|---|
int |
FDBigInteger.addAndCmp(FDBigInteger x,
FDBigInteger y)
Compares this
FDBigInteger with x + y. |
int |
FDBigInteger.cmp(FDBigInteger other)
Compares the parameter with this
FDBigInteger. |
FDBigInteger |
FDBigInteger.leftInplaceSub(FDBigInteger subtrahend)
Subtracts the supplied
FDBigInteger subtrahend from this FDBigInteger. |
int |
FDBigInteger.quoRemIteration(FDBigInteger S)
Computes
|
FDBigInteger |
FDBigInteger.rightInplaceSub(FDBigInteger subtrahend)
Subtracts the supplied
FDBigInteger subtrahend from this FDBigInteger. |