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 |
Parameters
| arg | - | floating point value |
Return value
inverse hyperbolic sine of arg
See also
External links
Weisstein, Eric W. "Inverse Hyperbolic Sine." From MathWorld--A Wolfram Web Resource.