function template
<complex>

std::sinh

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

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

引數

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

返回值

x 的雙曲正弦。

另見