ANY (Ternary Gate)

From T729 Balanced Ternary Computer
Revision as of 19:01, 24 January 2025 by MrDyne (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Any

Any Gate Symbol
BCT Any Gate

Uses

ANY gate is the ternary equivalent to the binary OR gate.

The negated form NANY is a universal gate just like binary 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 + +
ANY
A B Y
- - -
- 0 -
- + 0
0 - -
0 0 0
0 + +
+ - 0
+ 0 +
+ + +

NANY

NANY B
- 0 +
A - + + 0
0 + 0 -
+ 0 - -
NANY
A B Y
- - +
- 0 +
- + 0
0 - +
0 0 0
0 + -
+ - 0
+ 0 -
+ + -