tanh functions


[Syntax]

double tanh(double x)

float tanhf(float x)

long double tanhl(long double x) [V2.01.00 or later]

[Description]

These functions calculate the hyperbolic tangent of x.

 

[Special case]

Condition

Return value

Exception

Underflow occurred

-

ERANGE