|
|
|
|
|
by BillBohan
3160 days ago
|
|
Modular arithmetic is mentioned but base 6 is not well covered. I started gforth and entered: 3 3 + base ! ( avoiding 6) I was in a world where there was no 6. 5 1 + . gives 10 as a result. 6 1 - complains that 6 is an undefined word. Decimal returns things to normal. |
|
For a more practical example, do you think the number twelve does not exist because it takes two digits to represent it?