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