USUM (Ternary Gate)

From TernaryWiki
Revision as of 02:06, 6 March 2026 by MrDyne (talk | contribs) (Created page with "<big><b>Unsigned Add</b></big> == Truth Tables == === SUM === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">SUM</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 class="tt_dg">1</td> <td class="tt_lg">2</td> </tr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Unsigned Add

Truth Tables

SUM

SUM B
0 1 2
A 0 0 1 2
1 1 2 0
2 2 0 1
SUM
A B Y
- - +
- 0 -
- + 0
0 - -
0 0 0
0 + +
+ - 0
+ 0 +
+ + -