function template
<complex>

std::cosh

template<class T> complex<T> cosh (const complex<T>& x);
复数双曲余弦
返回复数 x 的双曲余弦。

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

参数

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

返回值

x 的双曲余弦。

另见