Digital and Embedded Systems, Bräunl 2015


Convert the following decimal number into a 32-bit IEEE-Floating Point binary number (called 'float' in C).
For the significand, do not put in the trailing zeros.
0.625

sign
0

exponent
01111110 0111 1110

significand
01