Class FloatApfloatImpl

java.lang.Object
org.apfloat.internal.FloatBaseMath
org.apfloat.internal.FloatApfloatImpl
All Implemented Interfaces:
Serializable, ApfloatImpl

public class FloatApfloatImpl extends FloatBaseMath implements ApfloatImpl
Immutable apfloat implementation class for the float data element type.

The associated DataStorage is assumed to be immutable also. This way performance can be improved by sharing the data storage between different ApfloatImpl's and by only varying the ApfloatImpl specific fields, like sign, precision and exponent.

This implementation doesn't necessarily store any extra digits for added precision, so the last digit of any operation may be inaccurate.

Version:
1.11.0
Author:
Mikko Tommila
See Also: