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

Functions

float sinhf (float x)
 Compute hyperbolic sine. More...
 

Function Documentation

◆ sinhf()

float sinhf ( float  x)

Compute hyperbolic sine.

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

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