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