共用方式為


ldexpf 函式

利用尾數和指數計算出一個實數。

inline float ldexpf(
   float _X,
   float _Y
) restrict(amp);

參數

  • _X
    浮點值,尾數

  • _Y
    浮點數值,指數

傳回值

傳回 _X * 2^_Exp

需求

標頭: amp_math.h

命名空間: Concurrency::precise_math

請參閱

參考

Concurrency::precise_math 命名空間