The sinh function

Name

sinh -- 

Synopsis

#include <math.h>

double sinh (double x );

Description

The sinh function computes the hyperbolic sine of x. A range error occurs if the magnitude of x is too large.

Returns

The sinh function returns the hyperbolic sine value.

Implementation Notes

None