Why is there a bias of 127 in IEEE 754 format when a bias of 128 works as well?
We started with IEEE 754 representation of floating point no.s in college . A major point of this representation is that it wants to reserve the extreme values 0 and 255 corresponding to all zeros and all ones for special no.s, which is alright . But why the bias 127 for it ?