Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

asin

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

Effects: returns the inverse sine of the complex number z.

Formula:


PrevUpHomeNext