atan2f 함수(fast_math)
_Y/_x의 아크탄젠트를 계산합니다.
inline float atan2f(
float _Y,
float _X
) restrict(amp);
매개 변수
_Y
부동 소수점 값_X
부동 소수점 값
반환 값
_Y/_x의 아크탄젠트 값을 반환합니다.
요구 사항
헤더: amp_math.h
네임 스페이스: Concurrency::fast_math
_Y/_x의 아크탄젠트를 계산합니다.
inline float atan2f(
float _Y,
float _X
) restrict(amp);
_Y
부동 소수점 값
_X
부동 소수점 값
_Y/_x의 아크탄젠트 값을 반환합니다.
헤더: amp_math.h
네임 스페이스: Concurrency::fast_math