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