If S = 0, E = 01110011, and F = 100101
E would be 115 right? and if so would that make the exponent -12 ?
If the Bias is 127.
If S = 0, E = 01110011, and F = 100101
E would be 115 right? and if so would that make the exponent -12 ?
If the Bias is 127.
Here's how your number parses as a 32-bit SP IEEE-754 float:
The stored exponent is
115, which coresponds to-12with a bias of127.