ldexpf Function
Computes a real number from the mantissa and exponent
inline float ldexpf(
float _X,
float _Y
) restrict(amp);
Parameters
_X
Floating-point value, mentissa_Y
Floating-point value, exponent
Return Value
Returns _X * 2^_Exp
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math