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