atanh
Overloads
| Name | Description |
|---|---|
atanh(integer arg) -> real | Calculates the inverse hyperbolic tangent of the given value. |
atanh(real arg) -> real | Calculates the inverse hyperbolic tangent of the given value. |
atanh(bool arg) -> real | Calculates the inverse hyperbolic tangent of the given value. |
atanh(complex arg) -> complex | Calculates 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.