ANY (Ternary Gate): Difference between revisions

From TernaryWiki
Jump to navigationJump to search
Created page with "<big><b>Any</b></big> thumb|Any Gate Symbol thumb|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 === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" r..."
 
No edit summary
 
Line 1: Line 1:
<big><b>Any</b></big>
<big><b>Any</b></big>
[[File:ANY_GATE.png|thumb|Any Gate Symbol]]
[[File:BCT_ANY.png|thumb|BCT Any Gate]]


== Uses ==
== Uses ==
Line 191: Line 189:
</table>
</table>
</div>
</div>
==References==
* [https://homepage.cs.uiowa.edu/~dwjones/ternary/ The Ternary Manifesto by Douglas W. Jones]


[[Category:Ternary]]
[[Category:Ternary]]
[[Category:Logic_Gates]]
[[Category:Logic_Gates]]

Latest revision as of 00:43, 4 May 2025

Any

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 -
+ + -

References