ITrigonometricFunctions<TSelf>.Asin(TSelf) 方法

定義

計算值的反正弦值。

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

參數

x
TSelf

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

傳回

TSelf

x反正弦值。

備註

這會以間隔[-π / 2, +π / 2]弧度計算arcsin(x)

適用於