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

아크 탄젠트를 계산할 값입니다.

반환

의 아크 탄젠트 x이며 로 pi나뉩니다.

구현

설명

이 는 간격 [-0.5, +0.5]을 계산합니다arctan(x) / π.

적용 대상