Veridic
Joined: 16 Nov 2011 Posts: 1
|
Posted: November 16, 2011 11:19 AM Post subject: Hexadecimal conversion error? |
|
|
3735928559 converted from decimal to hexadecimal is 0h DEADBEEF.
But when 0h DEADBEEF is converted back to decimal, the answer is -559038737.
Firstly, how can it be a negative number?
Secondly, why does it convert differently depending on the direction?
It seems that the hexadecimal to decimal conversion must contain an error. |
|