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

注釈

これは、 arcsin(x) 間隔 [-π / 2, +π / 2] ラジアンで計算されます。

適用対象