Back to Numerical Arrays (NumPy)
np.exp
Calculate the exponential of all elements in the input array.
Syntax
np.exp(x)
Description
Calculate the exponential of all elements in the input array.
Parameters
| Name | Description |
|---|---|
| x | NDArray |
Returns
NDArray