获取的 _X 指数和尾数
inline float frexpf(
   float _X,
   _Out_ int * _Exp
) restrict(amp);
参数
_X
浮点值_Exp
返回浮点值的 _X 整数指数
返回值
返回尾数 _X
要求
标题: amp_math.h
命名空间: Concurrency::precise_math
获取的 _X 指数和尾数
inline float frexpf(
   float _X,
   _Out_ int * _Exp
) restrict(amp);
_X
浮点值
_Exp
返回浮点值的 _X 整数指数
返回尾数 _X
标题: amp_math.h
命名空间: Concurrency::precise_math