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

Functions

long double sinhl (long double x)
 Compute hyperbolic sine. More...
 

Function Documentation

◆ sinhl()

long double sinhl ( long double  x)

Compute hyperbolic sine.

The sinhl 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 sinhl functions return sinh x.