NEG (Ternary Gate)

From TernaryWiki
Revision as of 13:19, 13 April 2025 by MrDyne (talk | contribs) (Created page with "<big><b>Negate</b></big> == Uses == Negate is the ternary equivalent to the binary NOT. It inverts the input if it's not zero. == Truth Table == thumb|alt=TempImage|TempImage <div class="tt"> <table class="tt"> <tr> <td colspan="2">NEG</td> </tr> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bl tt_bb"><b>Y</b></td> </tr> <tr> <td class="tt_r">-</td> <td class="tt_bl tt_b">+</td> </tr> <tr> <td class="tt_g">0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Negate

Uses

Negate is the ternary equivalent to the binary NOT. It inverts the input if it's not zero.

Truth Table

TempImage
TempImage
NEG
A Y
- +
0 0
+ -
BUF
A Y
- -
0 0
+ +