EOR (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(Created page with "<div style="float: right; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse; text-align: center;"> <tr> <td class="tct" colspan="2" rowspan="2">XOR</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb">-</td> <td class="tcb">0</td> <td class="tcb">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr">-</td> <td class="tc2">+</td> <td class="tc3">0</td> <td class="tc1">-</td> </tr> <tr>...") |
No edit summary |
||
Line 30: | Line 30: | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | |||
Ternary XOR; Useful as a selectable buffer or negate. | |||
Revision as of 21:47, 23 May 2024
XOR | B | |||
- | 0 | + | ||
A | - | + | 0 | - |
0 | 0 | 0 | 0 | |
+ | - | 0 | + |
Ternary XOR; Useful as a selectable buffer or negate.