scipp.logical_xor#

scipp.logical_xor(a, b)#

Element-wise logical exclusive-or.

Equivalent to:

a ^ b
Parameters
Returns

Union[Variable, DataArray, Dataset] – The logical exclusive-or of the elements of a and b.