UCON (Ternary Gate)

From TernaryWiki
Revision as of 23:12, 8 March 2026 by MrDyne (talk | contribs) (Created page with "<big><b>Unsigned Carry</b></big> == Truth Tables == === CON === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">CON</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_bb">0</td> <td class="tt_dg tt_bb">1</td> <td class="tt_lg tt_bb">2</td> </tr> <tr> <td rowspan="3"><b>A</b></td> <td class="tt_br">0</td> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td class="tt_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Unsigned Carry

Truth Tables

CON

CON B
0 1 2
A 0 0 0 0
1 0 0 1
2 0 1 1
CON
A B Y
0 0 0
0 1 0
0 2 0
1 0 0
1 1 0
1 2 1
2 0 0
2 1 1
2 2 1