Add (Ternary): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 145: Line 145:
<td class="tt_r">-</td>
<td class="tt_r">-</td>
<td class="tt_r">-</td>
<td class="tt_r">-</td>
<td class="tt_bl tt_g">0</td>
<td class="tt_bl tt_b">+</td>
<td class="tt_g">0</td>
<td class="tt_g">0</td>
</tr>
</tr>

Revision as of 22:00, 29 May 2024

Add

Uses

Truth Tables

A B Ci Co S
- - - - 0
- - 0 - 0
- - + 0 0
- 0 - - 0
- 0 0 0 0
- 0 + 0 0
- + - 0 0
- + 0 0 0
- + + 0 0
0 - - - 0
0 - 0 0 0
0 - + 0 0
0 0 - 0 0
0 0 0 0 0
0 0 + 0 0
0 + - 0 0
0 + 0 0 0
0 + + 0 0
+ - - + 0
+ - 0 0 0
+ - + 0 0
+ 0 - 0 0
+ 0 0 0 0
+ 0 + + 0
+ + - 0 0
+ + 0 + 0
+ + + + 0