Compartilhar via


Função ATAN2

Calcula o arcotangente de _Y/_X

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

Parâmetros

  • _Y
    Valor de ponto flutuante

  • _X
    Valor de ponto flutuante

Valor de retorno

Retorna o valor do arcotangente de _Y/_X

Requisitos

Cabeçalho: amp_math.h

Namespace: Concurrency::precise_math

Consulte também

Referência

Namespace Concurrency::precise_math