std::asinh
From cppreference.com
Defined in header <cmath>
|
||
float asinh( float arg ); |
(since C++11) | |
double asinh( double arg ); |
(since C++11) | |
long double asinh( long double arg ); |
(since C++11) | |
double asinh( Integral arg ); |
(since C++11) | |
Computes hyperbolic arc sine of arg
Contents |
[edit] Parameters
arg | - | floating point value |
[edit] Return value
inverse hyperbolic sine of arg
[edit] See also
(C++11) |
hyperbolic arc cosine (function) |
(C++11) |
hyperbolic arc tangent (function) |
computes hyperbolic sine (sh(x)) (function) | |
(C++11) |
computes hyperbolic arc sine of a complex number (function template) |
[edit] External links
Weisstein, Eric W. "Inverse Hyperbolic Sine." From MathWorld--A Wolfram Web Resource.