tanh() and tanhf()

Syntax
  #include <math.h>

  
  double tanh(double x);

  
  float  tanhf(float x);

  
Description

tanh() computes the hyperbolic tangent of x.

Return
  tanh(x) 
  
See also

atan() and atanf()

atan2() and atan2f()

cosh() and coshf()

sin() and sinf()

tan() and tanf()