Skip to main content

atanh

Overloads

NameDescription
atanh(integer arg) -> realCalculates the inverse hyperbolic tangent of the given value.
atanh(real arg) -> realCalculates the inverse hyperbolic tangent of the given value.
atanh(bool arg) -> realCalculates the inverse hyperbolic tangent of the given value.
atanh(complex arg) -> complexCalculates the inverse hyperbolic tangent of the given value.

atanh(integer arg) -> real

Calculates the inverse hyperbolic tangent of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic tangent for.

atanh(real arg) -> real

Calculates the inverse hyperbolic tangent of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic tangent for.

atanh(bool arg) -> real

Calculates the inverse hyperbolic tangent of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic tangent for.

atanh(complex arg) -> complex

Calculates the inverse hyperbolic tangent of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic tangent for.