Package | Description |
---|---|
myBigInteger |
Modifier and Type | Class and Description |
---|---|
class |
SignedAddSubInt
This BigIng extends AddSubInt with sign supported.
|
class |
UnsignedBigInt |
Modifier and Type | Method and Description |
---|---|
static AddSubInt |
AddSubInt.add(AddSubInt a,
AddSubInt b)
The method should not have side-effect.
|
static AddSubInt |
AddSubInt.subtract(AddSubInt a,
AddSubInt s) |
Modifier and Type | Method and Description |
---|---|
static AddSubInt |
AddSubInt.add(AddSubInt a,
AddSubInt b)
The method should not have side-effect.
|
static AddSubInt |
AddSubInt.subtract(AddSubInt a,
AddSubInt s) |
Constructor and Description |
---|
AddSubInt(AddSubInt a)
Copy constructor; a deep copy should be performed.
|