Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes a real number from the mantissa and exponent
inline float ldexpf(
   float _X,
   int _Exp
) restrict(amp);
Parameters
- _X 
 Floating-point value, mentissa
- _Exp 
 Integer exponent
Return Value
Returns _X * 2^_Exp
Requirements
Header: amp_math.h
Namespace: Concurrency::fast_math