atan2 函数 (fast_math)

计算 _Y/_X 反正切值

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

参数

  • _Y
    浮点值

  • _X
    浮点值

返回值

返回 _Y/_X 的反正切值

要求

标题: amp_math.h

命名空间: 并发:: fast_math

请参见

参考

Concurrency::fast_math 命名空间