Go to the first, previous, next, last section, table of contents.


sinh

Syntax

#include <math.h>

double sinh(double x);

Return Value

The hyperbolic sine of x.

Portability

ANSI, POSIX


Go to the first, previous, next, last section, table of contents.