RUP (Ternary Gate): Difference between revisions
From TernaryWiki
Jump to navigationJump to search
m MrDyne moved page INC (Ternary Gate) to RUP (Ternary Gate) without leaving a redirect |
No edit summary |
||
| Line 1: | Line 1: | ||
'''Rotate Up''' | |||
== Uses == | == Uses == | ||
Will rotate the input up by one. | |||
A function unique to ternary. Rotating binary just results in a [[NOT (Binary Gate)|NOT]]. | |||
== Truth Table == | == Truth Table == | ||
Revision as of 11:24, 5 March 2026
Rotate Up
Uses
Will rotate the input up by one.
A function unique to ternary. Rotating binary just results in a NOT.
Truth Table
| INC | |
| A | Y |
| - | 0 |
| 0 | + |
| + | - |
| NINC | |
| A | Y |
| - | 0 |
| 0 | - |
| + | + |