NEG (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<p> | <p> | ||
Negate | <big><b>Negate</b></big> | ||
</p> | </p> | ||
== Uses == | |||
Negate is the ternary equivalent to the binary NOT. It inverts the input if it's not zero. | |||
== Truth Table == | == Truth Table == |
Revision as of 17:44, 29 May 2024
Negate
Uses
Negate is the ternary equivalent to the binary NOT. It inverts the input if it's not zero.
Truth Table
A | Y |
- | + |
0 | 0 |
+ | - |