For IEEE 754 single precision floating-point representation, why do we have to add 127 to the exponent?
Also, the book says that the largest possible number using this approach will have an exponent of 11111110 which is 254 (decimal) and then they SUBTRACT 127 from this... so yea how do we know when to add or subtract 127 from expononent?...
for reference: It's on page 432 on Samuel Davis' book
Thanks
Also, the book says that the largest possible number using this approach will have an exponent of 11111110 which is 254 (decimal) and then they SUBTRACT 127 from this... so yea how do we know when to add or subtract 127 from expononent?...
for reference: It's on page 432 on Samuel Davis' book
Thanks