MIN (Ternary Gate)

From TernaryWiki
Revision as of 13:19, 13 April 2025 by MrDyne (talk | contribs) (Created page with "<big><b>Minimum</b></big> == Uses == Do not know if this gate is actually useful for anything yet. == Truth Tables == === MIN === thumb|alt=Min Gate Symbol|Min Gate Symbol <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">MIN</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_r tt_bb">-</td> <td class="tt_g tt_bb">0</td> <td class="tt_b tt_bb">+</td> </tr> <tr>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Minimum

Uses

Do not know if this gate is actually useful for anything yet.

Truth Tables

MIN

Min Gate Symbol
Min Gate Symbol
MIN B
- 0 +
A - - - -
0 - 0 0
+ - 0 +
MIN
A B Y
- - -
- 0 -
- + -
0 - -
0 0 0
0 + 0
+ - -
+ 0 0
+ + +

NMIN

NMIN B
- 0 +
A - + + +
0 + 0 0
+ + 0 -
NMIN
A B Y
- - +
- 0 +
- + +
0 - +
0 0 0
0 + 0
+ - +
+ 0 0
+ + -