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