The logical_and function#

Aliases#

halerium.core.logical_and
halerium.core.math.logical_and
logical_and(left, right)#

Logical and, element-wise.

Parameters:
  • left – The first argument.

  • right – The second argument.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.LogicalAnd