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