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