以 FLT_RADIX乘以_X到乘幂运算_Y
inline float scalbf(
float _X,
float _Y
) restrict(amp);
参数
_X
浮点值_Y
浮点值
返回值
返回 _X * (FLT_RADIX ^ _Y)
要求
**头文件:**amp_math.h
**命名空间:**Concurrency::precise_math
以 FLT_RADIX乘以_X到乘幂运算_Y
inline float scalbf(
float _X,
float _Y
) restrict(amp);
_X
浮点值
_Y
浮点值
返回 _X * (FLT_RADIX ^ _Y)
**头文件:**amp_math.h
**命名空间:**Concurrency::precise_math