exp
Overloads
| Name | Description |
|---|---|
exp(const RealArray arr) -> RealArray | Computes the exponential function of the RealArray arr element-wise. |
exp(const ComplexArray arr) -> ComplexArray | Computes the exponential function of the ComplexArray arr element-wise. |
exp(const RealArray arr) -> RealArray
Computes the exponential function of the RealArray arr element-wise.
Parameters
- arr: The input RealArray.
exp(const ComplexArray arr) -> ComplexArray
Computes the exponential function of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.