frexpf Function
Gets the mantissa and exponent of _X
inline float frexpf(
float _X,
_Out_ int * _Exp
) restrict(amp);
_X
Floating-point value_Exp
Returns the integer exponent of _X in floating-point value
Returns the mantissa _X
Header: amp_math.h
Namespace: Concurrency::precise_math