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