7.12.5.5 The sinh functions

Synopsis

1

#include <math.h>
double sinh(double x);
float sinhf(float x);
long double sinhl(long double x);

Description

2

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

Returns

3

The sinh functions return sinh x.