function template
<complex>

std::sinh

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

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

参数

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

返回值

x 的双曲正弦。

另见