std::sinh

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       sinh( float arg );

double      sinh( double arg );

long double sinh( long double arg );

Computes hyperbolic sine of arg

[edit] Parameters

arg - floating point value

[edit] Return value

hyperbolic sine of arg

[edit] See also

cosh
computes hyperbolic cosine (ch(x))
(function)
tanh
hyperbolic tangent
(function)
asinh (C++11)
hyperbolic arc sine
(function)