|
MathTanh
Returns the hyperbolic tangent of the number.
double MathTanh(
|
Parameters
value
[in] Value.
Return Value
The hyperbolic tangent of the number, value within the range of -1 to +1.
Note
Instead of the MathTanh() function you can use the tanh() function.
See also