Class IntApfloatImpl

java.lang.Object
org.apfloat.internal.IntBaseMath
org.apfloat.internal.IntApfloatImpl
All Implemented Interfaces:
Serializable, ApfloatImpl

public class IntApfloatImpl extends IntBaseMath implements ApfloatImpl
Immutable apfloat implementation class for the int 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: