-
Notifications
You must be signed in to change notification settings - Fork 7
glossary
Thomas Leathers edited this page Mar 18, 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.
The Max Negative integer (in decimal) that a series of trits of a given length can represent.
it is the negative equivalent to MPI.
for example: the MPI of 4 trits is 40, therefore the MNI is -40