Skip to main content

acosh

Overloads

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

acosh(const ComplexArray arr) -> ComplexArray

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

Parameters