RDN (Ternary Gate)
From TernaryWiki
Jump to navigationJump to search
Rotate Down
Uses
Will rotate the input down by one.
A function unique to ternary. Rotating binary just results in a NOT.
Truth Table
| RDN | |
| A | Y |
| - | + |
| 0 | - |
| + | 0 |
| NRDN | |
| A | Y |
| - | - |
| 0 | + |
| + | 0 |