ANY (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
(→NANY) |
||
Line 105: | Line 105: | ||
<td rowspan="3"><b>A</b></td> | <td rowspan="3"><b>A</b></td> | ||
<td class="tt_r tt_br">-</td> | <td class="tt_r tt_br">-</td> | ||
<td class=" | <td class="tt_b">+</td> | ||
<td class=" | <td class="tt_b">+</td> | ||
<td class="tt_g">0</td> | <td class="tt_g">0</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class="tt_g tt_br">0</td> | <td class="tt_g tt_br">0</td> | ||
<td class="tt_b"> | <td class="tt_b">+</td> | ||
<td class="tt_g">0</td> | <td class="tt_g">0</td> | ||
<td class="tt_r">-</td> | <td class="tt_r">-</td> |
Revision as of 01:02, 9 June 2024
Any
Truth Tables
ANY
ANY | B | |||
- | 0 | + | ||
A | - | - | - | 0 |
0 | - | 0 | + | |
+ | 0 | + | + |
A | B | Y |
- | - | - |
- | 0 | - |
- | + | 0 |
0 | - | - |
0 | 0 | 0 |
0 | + | + |
+ | - | 0 |
+ | 0 | + |
+ | + | + |
NANY
ANY | B | |||
- | 0 | + | ||
A | - | + | + | 0 |
0 | + | 0 | - | |
+ | 0 | - | - |
A | B | Y |
- | - | + |
- | 0 | + |
- | + | 0 |
0 | - | + |
0 | 0 | 0 |
0 | + | - |
+ | - | 0 |
+ | 0 | - |
+ | + | - |