Package | Description |
---|---|
JSci.maths |
Modifier and Type | Method and Description |
---|---|
Supernumber |
Supernumber.add(Supernumber z)
Returns the addition of this supernumber and another.
|
Supernumber |
Supernumber.multiply(Supernumber z)
Returns the multiplication of this supernumber and another.
|
Supernumber |
Supernumber.subtract(Supernumber z)
Returns the subtraction of this supernumber and another.
|
Modifier and Type | Method and Description |
---|---|
Supernumber |
Supernumber.add(Supernumber z)
Returns the addition of this supernumber and another.
|
Supernumber |
Supernumber.multiply(Supernumber z)
Returns the multiplication of this supernumber and another.
|
Supernumber |
Supernumber.subtract(Supernumber z)
Returns the subtraction of this supernumber and another.
|