Single.Atan(Single) 메서드

정의

값의 아크 탄젠트를 계산합니다.

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

매개 변수

x
Single

아크 탄젠트를 계산할 라디안 단위의 값입니다.

반품

의 아크 탄젠트입니다 x.

구현

설명

이는 간격 arctan(x) 라디안으로 계산 [-π / 2, +π / 2] 됩니다.

적용 대상