- x
- the numerator of the operation.
- y
- the denominator of the operation.
Documentation for this section has not yet been entered.
Returns the remainder of dividing x by y using the IEEE 754 rules. The result is x-round(x/p)*p where round(x/p) is the nearest integer (rounded to even), but without numerical cancellation problems.
Special cases: