The pow function#
Aliases#
halerium.core.pow
halerium.core.math.pow
- pow(left, right)#
Power, element-wise.
- Parameters:
left – The base of the power operation.
right – The exponent of the power operation.
- Returns:
operator – The halerium Operator representing the operation.
- Return type: