lore:balanced_base_27
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lore:balanced_base_27 [2026/03/07 06:55] – removed - external edit (Unknown date) 127.0.0.1 | lore:balanced_base_27 [2026/03/07 10:34] (current) – lurker | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Balanced base 27 ===== | ||
| + | |||
| + | Balanced bace-27 (BB27) is used in vulpithecine computing in a similar manner to hexadecimal. Yinrih computers are based on [[balanced ternary]] instead of binary, where each digit can represent -1 (written T), 0, or 1. Balanced base-27 uses 27 digits which can represent the decimal range -13 to +13. The Yinrih Internetworking Protocol (YIP) uses BB27 to represent YIP addresses. | ||
| + | |||
| + | |||
| + | |||
| + | The table below is a human-friendly version of what yinrih actually use. Yinrih numerals are written with the highest-order digit to the right, since yinrih write right to left. | ||
| + | |||
| + | |||
| + | |||
| + | For everyday use, yinrih use either base-12 or base-24. | ||
| + | |||
| + | |||
| + | |||
| + | ^Balanced Ternary^Decimal^Balanced Base 27^ | ||
| + | |TTT | ||
| + | |TT0 | ||
| + | |TT1 | ||
| + | |T0T | ||
| + | |T00 | ||
| + | |T01 | ||
| + | |T1T | ||
| + | |T10 | ||
| + | |T11 | ||
| + | |0TT | ||
| + | |0T0 | ||
| + | |0T1 | ||
| + | |00T | ||
| + | |000 | ||
| + | |001 | ||
| + | |01T | ||
| + | |010 | ||
| + | |011 | ||
| + | |1TT | ||
| + | |1T0 | ||
| + | |1T1 | ||
| + | |10T | ||
| + | |100 | ||
| + | |101 | ||
| + | |11T | ||
| + | |110 | ||
| + | |111 | ||
| + | |||
| + | |||
| + | |||
| + | {{tag> | ||
| + | |||