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 43: | Line 43: | ||
<br clear="left"> | <br clear="left"> | ||
In other words, the output will be: | In other words, the output will be: | ||
− | * "1" if and only if | + | * "1" if and only if the input is "0", |
− | * "0" if and only if | + | * "0" if and only if the input is "1". |
Thus, [//en.wikipedia.org/wiki/Truth_table Truth table] operation is as follows: | Thus, [//en.wikipedia.org/wiki/Truth_table Truth table] operation is as follows: |
Revision as of 03:47, 7 April 2016
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 the input is "0",
- "0" if and only if 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.