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:
<big><b>Increment</b></big>
'''Rotate Up'''


== Uses ==
== Uses ==


Increment will rotate the input up. Is used in Rotate Up operations.
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 -
+ +

References