Ok, a friend of mine is doing a homework assignment at the moment converting ieee 754 floating point number to a decimal number.
We seem to be doing ok until we get to a binary number with a decimal place. I've never done this before (yeah, laugh at me). How do you convert binary numbers with decimals in them?
The number we're supposed to convert to decimal is:
0 10000011 01110110000000000000000
We have the following formula: sign * 2exponent * mantissa
We've gotten 4 for the exponent, but we have no idea how to convert 1.0111011 into decimal.
Any help would be greatly appreciated.
Thanks.
We seem to be doing ok until we get to a binary number with a decimal place. I've never done this before (yeah, laugh at me). How do you convert binary numbers with decimals in them?
The number we're supposed to convert to decimal is:
0 10000011 01110110000000000000000
We have the following formula: sign * 2exponent * mantissa
We've gotten 4 for the exponent, but we have no idea how to convert 1.0111011 into decimal.
Any help would be greatly appreciated.
Thanks.