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