Hacker News new | ask | show | jobs
by davrosthedalek 792 days ago
Base c doesn't have a digit c.
1 comments

The correct formatting of c000 in base c is 10000. So while the transcription is sloppy it's the right number.
That's not a formatting error. For c000 to make any sense, the base must be at least 13. In none of the bases where c000 is a valid number, the base 12 representation is 10000.
I could say "2x2x2 being 200 in binary is a formatting error, it should be 1000" and I think that would be true too.

It can make sense as a mistake without needing the base to actually be higher. The base isn't higher just because they carried a digit incorrectly.