函数模板
<complex>

std::atanh

template<class T> complex<T> atanh (const complex<T>& x);
复数的双曲反正切
返回复数x的双曲反正切。

这是 atanh 函数(定义于 <cmath>)的 complex 版本。

参数

x
复数值。

返回值

x 的双曲反正切。

另见