acosh

double acosh(double x);

Returns the inverse hyperbolic cosine of x.

Parameters:
xValue to evaluate function at.

Returns:
cosh-1(x).

Header:
#include "mathx.h"