#include <boost/math/complex/acosh.hpp>
template<class T> std::complex<T> acosh(const std::complex<T>& z);
Effects: returns the inverse hyperbolic cosine of the complex number z.
Formula: