Class LongApfloatImpl

  • All Implemented Interfaces:
    Serializable, ApfloatImpl

    public class LongApfloatImpl
    extends LongBaseMath
    implements ApfloatImpl
    Immutable apfloat implementation class for the long 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.9.1
    Author:
    Mikko Tommila
    See Also:
    Serialized Form