ITrigonometricFunctions<TSelf>.AtanPi(TSelf) 메서드

정의

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

public:
 static TSelf AtanPi(TSelf x);
public static abstract TSelf AtanPi (TSelf x);
static member AtanPi : 'Self -> 'Self
Public Shared Function AtanPi (x As TSelf) As TSelf

매개 변수

x
TSelf

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

반환

TSelf

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

설명

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

적용 대상