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