atanh
Overloads
| Name | Description |
|---|---|
atanh(const ComplexArray arr) -> ComplexArray | Computes the inverse hyperbolic tangent of the ComplexArray arr element-wise. |
atanh(const RealArray arr) -> RealArray | Computes the inverse hyperbolic tangent of the RealArray arr element-wise. |
atanh(const ComplexArray arr) -> ComplexArray
Computes the inverse hyperbolic tangent of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.
atanh(const RealArray arr) -> RealArray
Computes the inverse hyperbolic tangent of the RealArray arr element-wise.
Parameters
- arr: The input RealArray.