Freigeben über


frexp-Funktion

Ruft die Mantisse und Exponent _X

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

Parameter

  • _X
    Gleitkommawert

  • _Exp
    Gibt die Ganzzahl Exponent _X in Gleitkommawert

Rückgabewert

Gibt die Mantisse _X

Anforderungen

Header: amp_math.h

Namespace: Concurrency::precise_math

Siehe auch

Referenz

Concurrency::precise_math-Namespace