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.
Splits the specified argument into fractional and integer parts.
inline float modff(
float _X,
_Out_ float * _Iptr
) restrict(amp);
Parameters
_X
Floating-point value_Iptr
The integer portion of _X, as a floating-point value.
Return Value
Returns the signed fractional portion of _X.
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math