frexp 函式
取得 _X 的尾數和指數
inline float frexp(
float _X,
_Out_ int * _Exp
) restrict(amp);
inline double frexp(
double _X,
_Out_ int * _Exp
) restrict(amp);
參數
_X
浮點數值_Exp
以浮點數值傳回 _X 的整數指數
傳回值
傳回尾數 _X
需求
標頭: amp_math.h
命名空間: Concurrency::precise_math