#include <math.h>
double sinh (double x );
double sinh
The sinh function computes the hyperbolic sine of x. A range error occurs if the magnitude of x is too large.
The sinh function returns the hyperbolic sine value.
None