The logical_xor function#
Aliases#
halerium.core.logical_xor
halerium.core.math.logical_xor
- logical_xor(left, right)#
Logical exclusive or, element-wise.
- Parameters:
left – The first argument.
right – The second argument.
- Returns:
operator – The halerium Operator representing the operation.
- Return type: