Converting From Decimal to Base b
Reversing the Conversion Process In the previous post, we discussed how to convert from base b to decimal (base 10). Besides some basic bookkeeping/organization, the rest of the algorithm was mostly multiplication and addition. For example, we converted the hexadecimal number to base 10: From a mathematical perspective, you might predict that the steps to… (0 comment)