Class Summary |
CSD |
Class used to convert a binary representation into a CSD representation |
Holder |
Class used to convert a floating point number into a fixed point
representation of a specified number of bits and to provide methods
for accessing the representation. |
Horner |
Class used to generate the Horner equations for multiplication expressed in
terms of shifts and addes. |
Parser |
Class which provides methods for extracting information from the
representations contained within a holder. |
Representation |
A class that holds a representation of a binary number along with
assorted metadata about the number. |