Tanh-func
The tanh(x) function is the hyperbolic form of and tan(x).
double tanh(double x)
x
Returns the hyperbolic tangent of x.
val = tanh(10); // val will have a value of ~0.99999999587769
Sinh, Cosh, Coth, Sech, Csch