Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

acosh

Header:
#include <boost/math/complex/acosh.hpp>
Synopsis:
template<class T>
std::complex<T> acosh(const std::complex<T>& z);

Effects: returns the inverse hyperbolic cosine of the complex number z.

Formula:


PrevUpHomeNext