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 the same remainder as _X REM _Y. Also calculates the lower 23 bits of the integral quotient _X/_Y, and gives that value the same sign as _X/_Y. It stores this
inline float remquof(
   float _X,
   float _Y,
   _Out_ int * _Quo
) restrict(amp);
Parameters
_X
Floating-point value_Y
Floating-point value_Quo
Pointer to an integer value
Return Value
Returns the remainder
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math