JSci.maths.fields |
JSci.maths.fields
Provides classes for fields and their generalisations (rings).
|
Java Source File Name | Type | Comment |
ComplexField.java | Class | The ComplexField class encapsulates the field of complex numbers. |
Field.java | Interface | This interface defines a field. |
IntegerRing.java | Class | The IntegerRing class encapsulates the ring of integer numbers. |
RealField.java | Class | The RealField class encapsulates the field of real numbers. |
Ring.java | Interface | This interface defines a ring. |