Partilhar via


a função pow

Calcula o _X elevado à potência _Y

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

Parâmetros

  • _X
    Valor de ponto flutuante, base

  • _Y
    Valor de ponto flutuante, expoente

Requisitos

Cabeçalho: amp_math.h

Namespace: Concurrency::precise_math

Consulte também

Referência

Namespace Concurrency::precise_math