Computes the remainder of the floating point division.
Note: As opposed to fmod, the return value is not guaranteed to be the same sign as x.
The base
The divisor
The remainder of x / y.
See Implementation
Computes the remainder of the floating point division.
Note: As opposed to fmod, the return value is not guaranteed to be the same sign as x.