EOR (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Useful as a controllable buffer or negate. | Useful as a controllable buffer or negate. | ||
The Negated form NXOR is used to toggle between add and subtract with an Adder. | The [[NEG Ternary Gate|Negated]] form NXOR is used to toggle between add and subtract with an Adder. | ||
== Truth Table == | == Truth Table == |
Revision as of 15:04, 24 May 2024
Ternary XOR.
Uses
Useful as a controllable buffer or negate.
The Negated form NXOR is used to toggle between add and subtract with an Adder.
Truth Table
XOR | B | |||
- | 0 | + | ||
A | - | - | 0 | + |
0 | 0 | 0 | 0 | |
+ | + | 0 | - |