The sqrt function#

Aliases#

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

Square root, element-wise.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Sqrt