计算 _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
计算 _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