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