Condividi tramite


Funzione frexp

Ottiene la mantissa e l'esponente di _X

inline float frexp(
   float _X,
   _Out_ int * _Exp
) restrict(amp);
inline double frexp(
   double _X,
   _Out_ int * _Exp
) restrict(amp);

Parametri

  • _X
    Valore a virgola mobile

  • _Exp
    Restituisce l'esponente intero di _X come un valore a virgola mobile

Valore restituito

Restituisce la mantissa di _X

Requisiti

Intestazione: amp_math.h

Spazio dei nomi: Concurrency::precise_math

Vedere anche

Riferimenti

Spazio dei nomi Concurrency::precise_math