IEEE-754 floating point converter
support:
- single floating point convertion between the decimal representation, hexadecimal representation and binary representation;
- double floating point convertion between the decimal representation, hexadecimal representation and binary representation;
- single floating point convertion addition;
- double floating point convertion addition;
- only round-to-nearest rounding method