Back to Core Functions
exp
Exponential (e^x)
Syntax
Y = exp(X)
Description
Computes e raised to the power of each element.
Parameters
| Name | Description |
|---|---|
| X | Exponent values (scalar or NDArray) |
Returns
Exponential values