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
名前空間: の同時実行:: precise_math