This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Logical OR
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
X || Y | |
Group | |
Logical operators | |
Inputs | |
value X: | Logical |
value Y: | Logical |
Outputs | |
Result: | Logical |
Version CANNY Lab | |
from 0.6b |
In other words, the output is:
- "1" if and only if any of the inputs is "1".,
- "0" if and only if all the inputs are "0".
Thus, Truth table operation is as followed:
value X | value Y | Result |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
Features
Use blocks Converter 8-to-1 and Converter 16-to-1 to construct a diagram 'Logical OR' for several values from fewer functional blocks.