Skip to main content

asinh

Overloads

NameDescription
asinh(const ComplexArray arr) -> ComplexArrayComputes the inverse hyperbolic sine of the ComplexArray arr element-wise.
asinh(const RealArray arr) -> RealArrayComputes the inverse hyperbolic sine of the RealArray arr element-wise.

asinh(const ComplexArray arr) -> ComplexArray

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

Parameters

asinh(const RealArray arr) -> RealArray

Computes the inverse hyperbolic sine of the RealArray arr element-wise.

Parameters