Partilhar via


Função de ilogb

Extrai o expoente de _X como um valor signed int

inline int ilogb(
   float _X
) restrict(amp);
inline int ilogb(
   double _X
) restrict(amp);

Parâmetros

  • _X
    Valor de ponto flutuante

Valor de retorno

Retorna o expoente de _X como um valor signed int

Requisitos

Cabeçalho: amp_math.h

Namespace: Concurrency::precise_math

Consulte também

Referência

Namespace Concurrency::precise_math