How to convert hexadecimal to IEEE 754 ? If I have 3F880000 how convert to IEE 754. Thanks
IEEE 754
Started by Apprentice123, Dec 11 2009 10:51 AM
3 replies to this topic
#1
Posted 11 December 2009 - 10:51 AM
|
|
|
#2
Posted 12 December 2009 - 11:14 AM
I correct ??
3F880000
In binary => 0011111110000000000000000000
Normalizing
1,111110000000000000000000 x 2^24
e = 127 + 24 = 151
151 to binary = 10010111
Bit signal = 0
In single-precision:
0 10010111 11111000000000000000000
3F880000
In binary => 0011111110000000000000000000
Normalizing
1,111110000000000000000000 x 2^24
e = 127 + 24 = 151
151 to binary = 10010111
Bit signal = 0
In single-precision:
0 10010111 11111000000000000000000
#3
Posted 16 December 2009 - 10:32 AM
Please it is correct ?
#4
Posted 23 December 2009 - 07:56 AM
No. The binary representation is actually 1111111111100010000000000000000000.
sudo rm -rf /


Sign In
Create Account


Back to top









