MicrOS
tanh.c File Reference
#include "../math.h"

Functions

double tanh (double x)
 Compute hyperbolic tangent. More...
 

Function Documentation

◆ tanh()

double tanh ( double  x)

Compute hyperbolic tangent.

The tanh functions compute the hyperbolic tangent of x.

Parameters
xValue representing a hyperbolic angle.
Returns
The tanh functions return tanh x.