previous | start | next

100.5 in floating point

    E is 5 = 0000 0101
so  e = E + bias

        E:   0000 0101
     bias:   0111 1111
        e:   1000 0100



previous | start | next