DEC (Ternary Gate)
From T729 Balanced Ternary Computer
Decrement
Uses
Decrement will rotate the input down. It is used in Rotate Down operations.
Truth Table
DEC | |
A | Y |
- | + |
0 | - |
+ | 0 |
NDEC | |
A | Y |
- | - |
0 | + |
+ | 0 |
Decrement
Decrement will rotate the input down. It is used in Rotate Down operations.
DEC | |
A | Y |
- | + |
0 | - |
+ | 0 |
NDEC | |
A | Y |
- | - |
0 | + |
+ | 0 |