Class AbstractField<T extends AbstractField<T,V>,V extends Apcomplex>

java.lang.Object
java.lang.Number
org.jscience.mathematics.number.Number<T>
org.apfloat.jscience.AbstractField<T,V>
Type Parameters:
T - The type of the field.
V - The type of the underlying value.
All Implemented Interfaces:
Serializable, Comparable<T>, Immutable, Realtime, ValueType, XMLSerializable, Field<T>, GroupAdditive<T>, GroupMultiplicative<T>, Ring<T>, Structure<T>
Direct Known Subclasses:
ApcomplexField, ApfloatField, AprationalField, FixedPrecisionApcomplexField, FixedPrecisionApfloatField, ModuloApintField

public abstract class AbstractField<T extends AbstractField<T,V>,V extends Apcomplex> extends Number<T> implements Field<T>
This class represents an arbitrary precision field object.
Since:
1.8.0
Version:
1.8.0
Author:
Mikko Tommila
See Also: