Skip to main content

cosh

Overloads

NameDescription
cosh(const RealArray arr) -> RealArrayComputes the hyperbolic cosine of the RealArray arr element-wise.
cosh(const ComplexArray arr) -> ComplexArrayComputes the hyperbolic cosine of the ComplexArray arr element-wise.

cosh(const RealArray arr) -> RealArray

Computes the hyperbolic cosine of the RealArray arr element-wise.

Parameters

cosh(const ComplexArray arr) -> ComplexArray

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

Parameters