函式模板
<complex>

std::atan

template<class T> complex<T> atan (const complex<T>& x);
複數反正切
返回複數 x 的反正切。

這是 atan 函式的 complex 版本(定義在 <cmath> 中)。

引數

x
複數值。

返回值

x 的反正切。

另見