Math Library Functions


tanh, tanhf


Syntax

#include <math.h>
double tanh(double t);
float  tanhf(float t);

Arguments

t      radian angle

Return Value

The hyperbolic tangent of t

Description

Returns the hyperbolic tangent of t.