-
Notifications
You must be signed in to change notification settings - Fork 7
glossary
Thomas Leathers edited this page Mar 14, 2017
·
2 revisions
A short Glossary of basic terminology related to Balanced Ternary Computation.
a single balanced ternary digit. analogous to a bit.
6 trits analogous to a Byte
1093 trits.
1093 Trytes
an RGB color mode using 2 trits per color channel. has 729 colors.
The Max Positive integer (in decimal) that a series of trits of a given length can represent.
use the equation:
'(((t^3)-1)/2)'
where 't' equals the length of trits.