...世界上最受尊敬和专业设计的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ 编码标准
...世界上最受尊敬和专业设计的 C++ 库项目之一。
#include <boost/math/complex/atan.hpp>
template<class T> std::complex<T> atan(const std::complex<T>& z);
效果: 返回复数 z 的反正切值。
公式: