This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "Negation"
From CANNY Wiki
[unchecked revision] | [unchecked revision] |
Line 6: | Line 6: | ||
!colspan="2" style="background-color:#AFEEEE;"|Appearance | !colspan="2" style="background-color:#AFEEEE;"|Appearance | ||
|- | |- | ||
− | |colspan="2" align="center" style="padding:10px;"|[[ | + | |colspan="2" align="center" style="padding:10px;"|[[File:5_3_1_2.png]] |
|- | |- | ||
!colspan="2" style="background-color:#AFEEEE;"|Symbol | !colspan="2" style="background-color:#AFEEEE;"|Symbol | ||
Line 34: | Line 34: | ||
<div style="min-height:100%;display:block;"> | <div style="min-height:100%;display:block;"> | ||
<div style="float:left;width:70px;"> | <div style="float:left;width:70px;"> | ||
− | [[ | + | [[File:5_3_1_1.png|left|Icon]] |
</div> | </div> | ||
Line 66: | Line 66: | ||
== Examples== | == Examples== | ||
{| | {| | ||
− | |[[ | + | |[[File:5_3_1_3.png|thumb|Example 1]] |
| | | | ||
− | |[[ | + | |[[File:5_3_1_4.png|thumb|Example 2]] |
|} | |} | ||
Revision as of 20:45, 20 November 2015
Appearance | |
---|---|
Symbol | |
NOT X | |
Group | |
Logical operators | |
Inputs | |
Value: | Logical |
Outputs | |
Result: | Logical |
Version CANNY Lab | |
from 0.6b |
In other words, the output will be:
- "1" if and only if at the input is "0",
- "0" if and only if at the input is "1".
Thus, Truth table operation is as follows:
Value | Result |
0 | 1 |
1 | 0 |
Features
Using a 'Negation' is equivalent to the use of logic inversion to the value of any functional block input or output.