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

Functions

float tanhf (float x)
 Compute hyperbolic tangent. More...
 

Function Documentation

◆ tanhf()

float tanhf ( float  x)

Compute hyperbolic tangent.

The tanhf functions compute the hyperbolic tangent of x.

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