function template
<complex>

std::cosh

template<class T> complex<T> cosh (const complex<T>& x);
複數雙曲餘弦
返回複數 x 的雙曲餘弦。

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

引數

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

返回值

x 的雙曲餘弦。

另見