次の方法で共有


atan2f 関数 (fast_math)

_Y/_X の逆正接を計算します。

inline float atan2f(
   float _Y,
   float _X
) restrict(amp);

パラメーター

  • _Y
    浮動小数点値

  • _X
    浮動小数点値

戻り値

_Y/_X のアークタンジェント値を返します。

必要条件

ヘッダー: amp_math.h

名前空間: Concurrency::fast_math

参照

関連項目

Concurrency::fast_math 名前空間