atan2 関数
_Y/_X の逆正接を計算します。
inline float atan2(
float _Y,
float _X
) restrict(amp);
inline double atan2(
double _Y,
double _X
) restrict(amp);
パラメーター
_Y
浮動小数点値_X
浮動小数点値
戻り値
_Y/_X のアークタンジェント値を返します。
必要条件
ヘッダー: amp_math.h
名前空間: Concurrency::precise_math