ITrigonometricFunctions<TSelf>.Acos(TSelf) 方法

定義

計算值的反餘弦值。

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

參數

x
TSelf

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

傳回

TSelf

x反餘弦值。

備註

這會以 arccos(x) 間隔 [+0, +π] 弧度計算。

適用於