Package | Description |
---|---|
JSci.maths | |
JSci.maths.fields |
Provides classes for fields and their generalisations (rings).
|
Modifier and Type | Method and Description |
---|---|
MathInteger |
MathInteger.add(MathInteger n)
Returns the addition of this integer number and another.
|
MathInteger |
MathInteger.multiply(MathInteger n)
Returns the multiplication of this integer number and another.
|
MathInteger |
MathInteger.pow(MathInteger n)
Returns this integer number raised to the power of another.
|
MathInteger |
MathInteger.subtract(MathInteger n)
Returns the subtraction of this integer number and another.
|
Modifier and Type | Method and Description |
---|---|
MathInteger |
MathInteger.add(MathInteger n)
Returns the addition of this integer number and another.
|
MathInteger |
MathInteger.multiply(MathInteger n)
Returns the multiplication of this integer number and another.
|
MathInteger |
MathInteger.pow(MathInteger n)
Returns this integer number raised to the power of another.
|
MathInteger |
MathInteger.subtract(MathInteger n)
Returns the subtraction of this integer number and another.
|
Modifier and Type | Field and Description |
---|---|
static MathInteger |
IntegerRing.ONE |
static MathInteger |
IntegerRing.ZERO |