函数模板
<complex>

std::tanh

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

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

参数

x
复数值,表示以弧度为单位的角度。

返回值

x 的双曲正切。

另见