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.
7.875

sign
0

exponent
10000001 1000 0001

significand
11111 1111 1 1 1111