Digital and Embedded Systems, Bräunl 2015
Show Answers
Hide Answers
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.
-13.75
sign
1
exponent
10000010 1000 0010
significand
10111 1011 1 1 0111