Copyright Digital Equipment Corp. All rights reserved.
Returns the hyperbolic tangent of its argument.
Format
#include <math.h>
double tanh (double x);
float tanhf (float x); (Integrity servers, Alpha)
long double tanhl (long double x); (Integrity servers, Alpha)
Argument Description Return_Values