| Package | Description |
|---|---|
| myBigInteger |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedBigInt |
UnsignedBigInt.add(UnsignedBigInt a,
UnsignedBigInt b) |
static UnsignedBigInt |
UnsignedBigInt.div(UnsignedBigInt a,
UnsignedBigInt b,
UnsignedBigInt r) |
static UnsignedBigInt |
UnsignedBigInt.subtract(UnsignedBigInt a,
UnsignedBigInt b) |
static UnsignedBigInt |
UnsignedBigInt.times(UnsignedBigInt a,
UnsignedBigInt b) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedBigInt |
UnsignedBigInt.add(UnsignedBigInt a,
UnsignedBigInt b) |
static UnsignedBigInt |
UnsignedBigInt.div(UnsignedBigInt a,
UnsignedBigInt b,
UnsignedBigInt r) |
static UnsignedBigInt |
UnsignedBigInt.subtract(UnsignedBigInt a,
UnsignedBigInt b) |
static UnsignedBigInt |
UnsignedBigInt.times(UnsignedBigInt a,
UnsignedBigInt b) |
| Constructor and Description |
|---|
UnsignedBigInt(UnsignedBigInt a)
Copy constructor; a deep copy should be performed.
|