Compartilhar via


Função atan2f

Calcula o arcotangente de _Y/_X

inline float atan2f(
   float _Y,
   float _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