ANY (Ternary Gate): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


== Uses ==
== Uses ==
ANY gate is the ternary equivalent to the OR gate.


The negated form NANY is a universal gate just like NOR. Every other logic gate can be made with the correct partern of NANY gates.
The negated form NANY is a universal gate just like NOR. Every other logic gate can be made with the correct partern of NANY gates.

Revision as of 08:45, 9 June 2024

Any

Uses

ANY gate is the ternary equivalent to the OR gate.

The negated form NANY is a universal gate just like NOR. Every other logic gate can be made with the correct partern of NANY gates.

Truth Tables

ANY

ANY B
- 0 +
A - - - 0
0 - 0 +
+ 0 + +
A B Y
- - -
- 0 -
- + 0
0 - -
0 0 0
0 + +
+ - 0
+ 0 +
+ + +

NANY

ANY B
- 0 +
A - + + 0
0 + 0 -
+ 0 - -
A B Y
- - +
- 0 +
- + 0
0 - +
0 0 0
0 + -
+ - 0
+ 0 -
+ + -