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.
Gets the mantissa and exponent of _X
inline float frexp(
float _X,
_Out_ int * _Exp
) restrict(amp);
Parameters
_X
Floating-point value_Exp
Returns the integer exponent of _X in floating-point value
Return Value
Returns the mantissa _X
Requirements
Header: amp_math.h
Namespace: Concurrency::fast_math