The logical_not function#

Aliases#

halerium.core.logical_not
halerium.core.math.logical_not
logical_not(operand)#

Logical not, element-wise.

Parameters:

operand – The argument.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.LogicalNot