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

Functions

double sinh (double x)
 Compute hyperbolic sine. More...
 

Function Documentation

◆ sinh()

double sinh ( double  x)

Compute hyperbolic sine.

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