|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathInteger | |
---|---|
JSci.maths | |
JSci.maths.fields | Provides classes for fields and their generalisations (rings). |
Uses of MathInteger in JSci.maths |
---|
Methods in JSci.maths that return MathInteger | |
---|---|
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. |
Methods in JSci.maths with parameters of type MathInteger | |
---|---|
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. |
Uses of MathInteger in JSci.maths.fields |
---|
Fields in JSci.maths.fields declared as MathInteger | |
---|---|
static MathInteger |
IntegerRing.ONE
|
static MathInteger |
IntegerRing.ZERO
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |