ldexp, fonction (fast_math)
Calcule un nombre réel à partir de la mantisse et de l'exposant.
inline float ldexp(
float _X,
int _Exp
) restrict(amp);
Paramètres
_X
Valeur de virgule flottante, mantisse_Exp
Exposant entier
Valeur de retour
Retourne _X * 2^_Exp
Configuration requise
En-tête: amp_math.h
Espace de noms: Concurrency::fast_math