std::asinh

From Cppreference

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

float       asinh( float arg );
(C++11 feature)
double      asinh( double arg );
(C++11 feature)
long double asinh( long double arg );
(C++11 feature)

Computes hyperbolic arc sine of arg

Contents

[edit] Parameters

arg - floating point value

[edit] Return value

inverse hyperbolic sine of arg

[edit] See also

acosh (C++11)
hyperbolic arc cosine
(function)
atanh (C++11)
hyperbolic arc tangent
(function)
sinh
computes hyperbolic sine (sh(x))
(function)

[edit] External links

Weisstein, Eric W. "Inverse Hyperbolic Sine." From MathWorld--A Wolfram Web Resource.