Computes the logical negation of the logical exclusive OR of the inputs. Both inputs must be Booleans or numerics. If both inputs are TRUE or both inputs are FALSE, the function returns TRUE. Otherwise, it returns FALSE.
![]() | Note This function performs bit-wise operations on numeric inputs. |
The connector pane displays the default data types for this polymorphic function.
![]() |
x must be a Boolean value, or a number. It can be a scalar, array or cluster of numbers or Boolean values, array of clusters of numbers or Boolean values, and so on. |
![]() |
y must be a Boolean value, or a number. It can be a scalar, array or cluster of numbers or Boolean values, arrays of clusters of numbers or Boolean values, and so on. |
![]() |
.not. (x .xor. y)? is the logical negation of the logical exclusive OR of x and y. |