2012-05-17

Binary and decimal

In a recent post, I described briefly how the binary numeric format fits well with the octal and hexadecimal formats.  However, we humans mainly use the decimal format to make calculations and express quantities.  Say we want a binary computer to actually work in decimal, storing quantities as decimal digits and using decimal calculations.  Is this possible?