Skip to main content

tanh

Overloads

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

tanh(const RealArray arr) -> RealArray

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

Parameters

tanh(const ComplexArray arr) -> ComplexArray

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

Parameters