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.
-29.5
sign
1
exponent
10000011 1000 0011
significand
11011 1101 1 1 1011