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; Useful as a controllable buffer or negate.
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 ==
== Truth Table ==

Revision as of 15:03, 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 -