函式模板
<complex>

std::atanh

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

這是 atanh 函式(定義於 <cmath>)的 complex 版本。

引數

x
複數值。

返回值

x 的雙曲反正切。

另見