The sign function#

Aliases#

halerium.core.sign
halerium.core.math.sign
sign(operand)#

sign function, element-wise.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Sign