previous | start | next

Floating point representation of 100.5

To represent the binary number 100.5, its binary form 110010.1 can be written in IEEE
standard form (-1)s * M * 2E as

                (-1)0 * 1.100101 * 25

So s = 0, E = 5, and M = 1.100101




previous | start | next