Questions about two's complement and IEEE 754 representations -
How do I find the value of the value of 2-byte supplement value 0xFF72 "?
- Should I start 0xFF72 by binary convert?
- Bits backwards.
- Add binary notation to 1 // Here is lost.
I still do not know ..
In addition,
What is the value of an 8 byte double which is: 0x7FF8000000000000 Its value as a floating point?
f Meaning of 3 is only to add 1 value. Example with 0xFF72 (here 16 bits have been taken):
- First of all, reverse it: 0x008D (each digit just 0xF decreased original value Is
- then add 1: 0x008E
Comments
Post a Comment