Skip to main content

sinh

Overloads

NameDescription
sinh(const RealArray arr) -> RealArrayComputes the hyperbolic sine of the RealArray arr element-wise.
sinh(const ComplexArray arr) -> ComplexArrayComputes 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

sinh(const ComplexArray arr) -> ComplexArray

Computes the hyperbolic sine of the ComplexArray arr element-wise.

Parameters