This application has 3 main features :
*Numbers Converter.
*Binary Formats.
*Floating Point.
Numbers Converter :
Converts from and to each of the four main numbering systems ( Binary - Octal - Decimal - Hexadecimal ).
Binary Formats :
Converts the Decimal input to its binary representations ( Signed Magnitude - One's complement - Two's complement - Excess (128) Notation )
Floating Point :
Converts the Decimal input to its IEEE 754 floating point representation , and vice versa.