hyperbolic sine function

You're viewing an older version of this page (#3280). View the current version.

View versions (4)

NAME

<span class="Nm" id="sinh">sinh</span>

INTERFACE

#include <math.h>

double sinh ( double x ) long sinhl ( long double x ) float sinhf ( float x )

DESCRIPTION

The sinh function computes the hyperbolic sine of &#92;c x.

SPECIAL VALUES

sinh ( <span class="Fn">±0</span> ) returns ±0. &#92;n &#92;n sinh ( <span class="Fn">±infinity</span> ) returns ±infinity.

SEE ALSO

acos (3) , asin (3) , atan (3) , atan2 (3) , cos (3) , cosh (3) , sin (3) , tan (3) , tanh (3) , reference:math (3)

STANDARDS

The sinh function conforms to ISO/IEC 9899:1999(E).