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