How to do simple Maths with Hex?
Posted: Mon Jan 21, 2008 2:55 pm
Hi guys,
How would I do compare two Hex numbers to find their difference?
I've tried hexdec() and then adding/subtracting but some of these numbers vastly differ, and simply doing $hex_number - $hex_number2 always returns 0.
Anyone know anything about this?
Thanks in advance
How would I do compare two Hex numbers to find their difference?
I've tried hexdec() and then adding/subtracting but some of these numbers vastly differ, and simply doing $hex_number - $hex_number2 always returns 0.
Anyone know anything about this?
Thanks in advance