函式模板
<complex>

std::asinh

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

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

引數

x
複數值。

返回值

x 的雙曲反正弦。

另見