Utility to show a real float number in its normalized hexadecimal and binary representation, with its exponent and normalized mantissa in memory.
- Visual Studio 2015
- Visual C++ Redistributable for Visual Studio 2015
December, 2017
Nathan Festoso
Utility to show a real float number in its normalized hexadecimal and binary representation, with its exponent and normalized mantissa in memory using C bitwise operations.
C