std::acosh

From cppreference.com
< cpp‎ | numeric‎ | math
 
 
 
Common mathematical functions
Functions
Basic operations
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
Exponential functions
(C++11)
(C++11)
(C++11)
(C++11)
Power functions
(C++11)
(C++11)
Trigonometric and hyperbolic functions
(C++11)
acosh
(C++11)
(C++11)
Error and gamma functions
(C++11)
(C++11)
(C++11)
(C++11)
Nearest integer floating point operations
(C++11)(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
Floating point manipulation functions
(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)
(C++11)
Classification/Comparison
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
Macro constants
(C++11)(C++11)(C++11)(C++11)(C++11)
 
Defined in header <cmath>
float       acosh( float arg );
(since C++11)
double      acosh( double arg );
(since C++11)
long double acosh( long double arg );
(since C++11)
double      acosh( Integral arg );
(since C++11)

Computes area hyperbolic cosine of arg.

Contents

[edit] Parameters

arg - value of a floating-point or Integral type

[edit] Return value

Inverse hyperbolic cosine of arg.

[edit] See also

(C++11)
area hyperbolic sine
(function)
(C++11)
area hyperbolic tangent
(function)
computes hyperbolic cosine (ch(x))
(function)
computes area hyperbolic cosine of a complex number
(function template)
C documentation for acosh

[edit] External links

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