Condividi tramite


Funzione ldexp (fast_math)

Calcola un numero reale dalla mantissa e dall'esponente.

inline float ldexp(
   float _X,
   int _Exp
) restrict(amp);

Parametri

  • _X
    Valore a virgola mobile, mantissa

  • _Exp
    L'esponente Integer

Valore restituito

Restituisce _X * 2^_Exp

Requisiti

Intestazione: amp_math.h

Spazio dei nomi: Concurrency::fast_math

Vedere anche

Riferimenti

Spazio dei nomi Concurrency::fast_math