Class ApfloatField

java.lang.Object
All Implemented Interfaces:
Serializable, Comparable<ApfloatField>, Immutable, Realtime, ValueType, XMLSerializable, Field<ApfloatField>, GroupAdditive<ApfloatField>, GroupMultiplicative<ApfloatField>, Ring<ApfloatField>, Structure<ApfloatField>

public class ApfloatField extends AbstractField<ApfloatField,Apfloat>
This class represents an arbitrary precision floating-point number.

The precision of each calculation is determined separately, which means that loss of precision can easily accumulate in complicated calculations (e.g. matrix inversion). If this should be avoided, and a fixed precision is required, then it may be better to use FixedPrecisionApfloatField instead.

Since:
1.8.0
Version:
1.8.0
Author:
Mikko Tommila
See Also: