acosh() - inverse hyperbolic cosine function
#include <math.h>
double acosh (double x)
The acosh(3) function computes the inverse hyperbolic cosine of the real argument x. For a discussion of error due to roundoff, see math(1).
The acosh(3) function returns the inverse hyperbolic cosine of x.
The acosh(3) function fails and sets errno for these reasons:
asinh(3)
atanh(3)
exp(3)
infnan(3)
math(3)