Share via


IHyperbolicFunctions<TSelf>.Acosh(TSelf) 方法

定義

計算值的雙曲反餘弦值。

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

參數

x
TSelf

以弧度為單位的值,其雙曲反餘弦值是要計算的。

傳回

TSelf

x雙曲反餘弦值。

適用於