The abs function#
Aliases#
halerium.core.abshalerium.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.abshalerium.core.math.absAbsolute value, element-wise.
operand – The input of the operation.
operator – The halerium Operator representing the operation.