See: Description
| Class | Description |
|---|---|
| BigDecimalFunctionTable |
Function table for function which work with BigDecimal numbers.
|
| ComplexFunctionTable |
Function table for function which work with
Complex numbers. |
| FieldAbs |
Calculate the absolute value of a number using a Field with a working
ge method. |
| FieldBinomial |
Binomial coefficients: binom(n,i), which can be calculated over any field.
|
| FieldFactorial |
Calculate factorials using a field.
|
| FieldMod |
Exposes a fields
mod method. |
| FieldPower |
Exposes a fields
pow method. |
| FieldSignum |
Calculate the sign of a value using a Field with a working
ge, lt methods. |
| FieldSqrt |
Calculate the square root of a number using any field.
|
| IntegerFunctionTable |
Function table for function which work with Integer numbers.
|
| RationalFunctionTable |
Function table for function which work with
Rational numbers. |
| RationalRound |
Rounds rational numbers according to the rounding mode specified.
|
Copyright © 2018 Singular Systems http://www.singularsys.com/jep