函式模板
<complex>

std::tanh

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

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

引數

x
複數值,表示以弧度為單位的角度。

返回值

x 的雙曲正切。

另見