Package | Description |
---|---|
myBigInteger |
Modifier and Type | Method and Description |
---|---|
static SignedAddSubInt |
SignedAddSubInt.add(SignedAddSubInt a,
SignedAddSubInt b)
The method should not have side-effect.
|
static SignedAddSubInt |
SignedAddSubInt.subtract(SignedAddSubInt a,
SignedAddSubInt b) |
Modifier and Type | Method and Description |
---|---|
static SignedAddSubInt |
SignedAddSubInt.add(SignedAddSubInt a,
SignedAddSubInt b)
The method should not have side-effect.
|
static SignedAddSubInt |
SignedAddSubInt.subtract(SignedAddSubInt a,
SignedAddSubInt b) |
Constructor and Description |
---|
SignedAddSubInt(SignedAddSubInt a)
Copy constructor; a deep copy should be performed.
|