A single precision number consists of the following.
Therefore, the string 0 0000 1110 1010 0000 0000 0000 0000 000,
as a single precision number, represents a
positive number (0 as leading bit), with exponent
0000 1110 - 0111 111 = - 0111 0001, and significand
1.1010 0000 0000 0000 0000 000. So,
this number is
or
(base 10).
Please verify that the smallest single precision positive number
is
and the largest single precision
positive number is
.