Interface | Description |
---|---|
FloatingDecimal.BinaryToASCIIConverter |
A converter which can process single or double precision floating point values into an ASCII
String
representation. |
Class | Description |
---|---|
DoubleConsts |
This class contains additional constants documenting limits of the
double type. |
FDBigInteger |
A simple big integer package specifically for floating point base conversion.
|
FloatConsts |
This class contains additional constants documenting limits of the
float type. |
FloatingDecimal |
A class for converting between ASCII and decimal representations of a single or double precision floating point
number.
|
FormattedFloatingDecimal |