The exp function#
Aliases#
halerium.core.exp
halerium.core.math.exp
- exp(operand)#
Exponential, element-wise.
- Parameters:
operand – The input of the operation.
- Returns:
operator – The halerium Operator representing the operation.
- Return type:
halerium.core.exp
halerium.core.math.exp
Exponential, element-wise.
operand – The input of the operation.
operator – The halerium Operator representing the operation.