Single.AtanPi(Single) 메서드

정의

값의 아크 탄젠트를 계산하고 결과를 pi로 나눕니다.

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

매개 변수

x
Single

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

반품

의 아크 탄젠트xpi입니다.

구현

설명

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

적용 대상