tanh functions


[Syntax]

double tanh(double x)

float tanhf(float x)

[Description]

These functions calculate the hyperbolic tangent of x.

 

[Special case]

Condition

Return value

Exception

Underflow occurred

-

ERANGE