Tanh () PHP Function
Also Known As: hyperbolic tangent
Examples:
<?phpecho(tanh(1) . "<br />");echo(tanh(0) . "<br />");echo(tanh(-1) . "<br />");?>
This would give the results:
0.76159415595576
0
-0.76159415595576
<?phpecho(tanh(1) . "<br />");echo(tanh(0) . "<br />");echo(tanh(-1) . "<br />");?>
"Technology" MOST POPULAR
"Technology" Lastest Articles
Recover your password.
A password will be e-mailed to you.