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.operator.Abs