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