IHyperbolicFunctions<TSelf>.Asinh(TSelf) 方法

定義

計算值的雙曲反正弦值。

public:
 static TSelf Asinh(TSelf x);
public static abstract TSelf Asinh (TSelf x);
static member Asinh : 'Self -> 'Self
Public Shared Function Asinh (x As TSelf) As TSelf

參數

x
TSelf

要計算其雙曲弧正弦值,以弧度為單位。

傳回

TSelf

x雙曲反正弦值。

適用於