Everything

sinh / sinhf / sinhl


Calculates the hyperbolic sine of a floating-point number.

[Format]

#include <math.h>

double sinh (double d);

float sinhf (float d);

long double sinhl (long double d);

[Parameters]

d Floating-point number for which hyperbolic sine is to be computed

[Return values]

Hyperbolic sine of d