xor
Syntax
xor(X, Y)
Details
Pair each elements in X and Y to perform the "exclusive or" operation.
Parameters
X and Y can be a scalar, pair, vector or matrix.
Returns
It returns a Boolean scalar, pair, vector, matrix, or table representing the result of the logical XOR operation between X and Y.
