Skip to main content

atanh

Overloads

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

atanh(const ComplexArray arr) -> ComplexArray

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

Parameters

atanh(const RealArray arr) -> RealArray

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

Parameters