Single.AsinPi(Single) メソッド

定義

値のアークサインを計算し、結果を で pi除算します。

public:
 static float AsinPi(float x) = System::Numerics::ITrigonometricFunctions<float>::AsinPi;
public static float AsinPi (float x);
static member AsinPi : single -> single
Public Shared Function AsinPi (x As Single) As Single

パラメーター

x
Single

アークサインが計算される値。

戻り値

のアークサイン xを で割った pi

実装

注釈

これは、 間隔[-0.5, +0.5]で計算されますarcsin(x) / π

適用対象