EOR (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: | ||
Ternary XOR. | <p> | ||
<b>Ternary XOR.</b> | |||
</p> | |||
== Uses == | == Uses == |
Revision as of 04:16, 29 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 | - |