This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Exclusive OR

From CANNY Wiki
Revision as of 21:45, 19 November 2015 by CANNY (Talk | contribs)


Jump to: navigation, search
Appearance
Изображение:5_3_4_2.png
Symbol
XOR
Group
Logical operators
Inputs
value X: Logical
value Y: Logical
Outputs
Result: Logical
Version CANNY Lab
from 0.6b

left|Иконка

Modulo 2. Set the output result of the XOR operation on input values.


In other words, the output will be:

  • "1" if and only if at only one inputs is "1",
  • "0" if and only if the input values are equivalent to each other.

Thus, Truth table operation is as follows:

value X value Y Result
0 0 0
0 1 1
1 0 1
1 1 0

Examples

thumb|Пример 1 thumb|Пример 2

See also

Negation

Logical AND

Logical OR

Built-in Function Blocks