Question
Hexadecimal to decimal
(4D.C8)
(4D.C8)
Answers
Reiny
I assume that you have a "heximal" point in there
4D.C8
= 4(16) + 13 + 12/16 + 8/16^2
= 77 + .75 + .03125
= 77.78125
4D.C8
= 4(16) + 13 + 12/16 + 8/16^2
= 77 + .75 + .03125
= 77.78125