Single.AcosPi(Single) メソッド

定義

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

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

パラメーター

x
Single

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

返品

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

実装

注釈

これにより、間隔arccos(x) / π[-0.5, +0.5]が計算されます。

適用対象