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

Functions

float coshf (float x)
 Compute hyperbolic cosine. More...
 

Function Documentation

◆ coshf()

float coshf ( float  x)

Compute hyperbolic cosine.

The coshf functions compute the hyperbolic cosine of x. A range error occurs if the magnitude of x is too large.

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