#include <boost/math/complex/atan.hpp>
template<class T> std::complex<T> atan(const std::complex<T>& z);
功能: 返回複數Z的反正切值 .
公式: