yeah new band.... again. Press the green flag to start project. Click on character to skip.
So what is terbinary? ------------------------------------------------------------------------ Terbinary is a modified version of binary that includes double the amount of symbols that a normal binary contains. With this overload of symbols, we need to find a way to include them in a balanced amount. How it works. ------------------------------------------------------------------------ In this numerical system there is a pattern in the unit digit that guides the rest of the other digits to add a ten whenever it is necessary to prevent value and numerical representation ambiguity. Unit digit pattern: 0, 1, 2, 3, 3, 0, 1, 2, 2, 3, 0, 1, 1, 2, 3, 0 Every time the unit digit's symbol repeats or the symbol resets to 0, a ten is added to prevent any repeating base symbol representation. Example: 0 1 2 3 13 (repeated symbol, so it adds a ten) 20 (the unit has reset to 0, so it adds a ten) 21 22 32 (repeated symbol, so it adds a ten) 33 130 (the unit has reset to 0, so it adds a ten) ------------------------------------------------------------------------ c2a