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

Functions

long double tanhl (long double x)
 Compute hyperbolic tangent. More...
 

Function Documentation

◆ tanhl()

long double tanhl ( long double  x)

Compute hyperbolic tangent.

The tanhl functions compute the hyperbolic tangent of x.

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