The neg function#
Aliases#
halerium.core.neg
halerium.core.math.neg
- neg(operand)#
Negation, element-wise.
- Parameters:
operand – The input of the operation.
- Returns:
operator – The halerium Operator representing the operation.
- Return type:
halerium.core.neg
halerium.core.math.neg
Negation, element-wise.
operand – The input of the operation.
operator – The halerium Operator representing the operation.