scalbf Function
Multiplies _X by FLT_RADIX to the power _Y
inline float scalbf(
float _X,
float _Y
) restrict(amp);
Parameters
_X
Floating-point value_Y
Floating-point value
Return Value
Returns _X * (FLT_RADIX ^ _Y)
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math