NFloat.AtanPi(NFloat) メソッド

定義

値のアークタンジェントを計算し、結果を pi で除算します。

public:
 static System::Runtime::InteropServices::NFloat AtanPi(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::AtanPi;
public static System.Runtime.InteropServices.NFloat AtanPi (System.Runtime.InteropServices.NFloat x);
static member AtanPi : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function AtanPi (x As NFloat) As NFloat

パラメーター

x
NFloat

戻り値

NFloat

のアークタンジェント xpi で割った値です。

実装

注釈

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

適用対象