Class FixedPrecisionApfloatField

java.lang.Object
java.lang.Number
org.jscience.mathematics.number.Number<T>
org.apfloat.jscience.AbstractField<FixedPrecisionApfloatField,​Apfloat>
org.apfloat.jscience.FixedPrecisionApfloatField
All Implemented Interfaces:
Serializable, Comparable<FixedPrecisionApfloatField>, javolution.lang.Immutable, javolution.lang.Realtime, javolution.lang.ValueType, javolution.xml.XMLSerializable, org.jscience.mathematics.structure.Field<FixedPrecisionApfloatField>, org.jscience.mathematics.structure.GroupAdditive<FixedPrecisionApfloatField>, org.jscience.mathematics.structure.GroupMultiplicative<FixedPrecisionApfloatField>, org.jscience.mathematics.structure.Ring<FixedPrecisionApfloatField>, org.jscience.mathematics.structure.Structure<FixedPrecisionApfloatField>

public class FixedPrecisionApfloatField extends AbstractField<FixedPrecisionApfloatField,​Apfloat>
This class represents a fixed-precision floating-point number. The precision is reset after each computation using the provided FixedPrecisionApfloatHelper. This can help avoid accumulating round-off errors and loss of precision in complicated computations such as matrix inversion.
Since:
1.8.0
Version:
1.8.0
Author:
Mikko Tommila
See Also:
Serialized Form