tanh
Overloads
| Name | Description |
|---|---|
tanh(integer arg) -> real | Calculates the hyperbolic tangent of the given value. |
tanh(real arg) -> real | Calculates the hyperbolic tangent of the given value. |
tanh(bool arg) -> real | Calculates the hyperbolic tangent of the given value. |
tanh(complex arg) -> complex | Calculates the hyperbolic tangent of the given value. |
tanh(integer arg) -> real
Calculates the hyperbolic tangent of the given value.
Parameters
- arg: The value to calculate the hyperbolic tangent for.
tanh(real arg) -> real
Calculates the hyperbolic tangent of the given value.
Parameters
- arg: The value to calculate the hyperbolic tangent for.
tanh(bool arg) -> real
Calculates the hyperbolic tangent of the given value.
Parameters
- arg: The value to calculate the hyperbolic tangent for.
tanh(complex arg) -> complex
Calculates the hyperbolic tangent of the given value.
Parameters
- arg: The value to calculate the hyperbolic tangent for.