See: Description
Interface | Description |
---|---|
FloatingPointNumberIF |
This interface describes number classes that are based
internally on floating-point numbers.
|
MNumberIF |
This interface is implemented by all M-numbers and defines their mathematical properties.
|
NumberTypeDependentIF |
The interface for all mathematical entities that depend on a specific number type.
|
Class | Description |
---|---|
MBigRational |
This is a (mathematical) extension of
MRational using BigIntegers
instead of longs. |
MComplex |
The number class that represents IEEE double precision complex numbers.
|
MComplexRational |
The number class that represents complex numbers with rational real and imaginary part.
|
MDouble |
The number class that represents IEEE double precision real numbers.
|
MInteger |
The number class that represents integer real numbers.
|
MNatural |
The number class that represents natural numbers.
|
MNumber |
The base for all number classes.
|
MOpNumber | |
MRational |
Represents the rational numbers.
|
MRealNumber | |
NumberFactory |
A class that is responsible for the creation of numbers for a given number class.
|
Zmod5 |
The number class that represents the field Z/5Z.
|
Further documentation and examples can be found under www.mathletfactory.de.