Description:
Return the hyperbolic tangent.
Syntax:
tanh(number)
Note:
The function computes the hyperbolic tangent of a real number.
Parameter:
number |
A real number. |
Return value:
Numeric value
Example:
tanh(0.5) |
0.46211715726000974. |