ldexp 函式
利用尾數和指數計算出一個實數。
inline float ldexp(
float _X,
float _Y
) restrict(amp);
inline double ldexp(
double _X,
double _Y
) restrict(amp);
參數
_X
浮點值,尾數_Y
浮點數值,指數
傳回值
傳回 _X * 2^_Exp
需求
標頭: amp_math.h
命名空間: Concurrency::precise_math