Interface ApfloatImpl

All Superinterfaces:
Serializable
All Known Implementing Classes:
DoubleApfloatImpl, FloatApfloatImpl, IntApfloatImpl, LongApfloatImpl

public interface ApfloatImpl extends Serializable
Interface for apfloat implementations. An ApfloatImpl implements all of the low-level functionality that is needed behind the high-level apfloat API.

A class implementing ApfloatImpl is not required to accept any other ApfloatImpl class as the argument than the same implementing class.

Version:
1.7.0
Author:
Mikko Tommila