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