The remainder of dividing "a" by "b", where the quotient is rounded to the nearest integer, rounding halfway cases to an even integer. Similar to (a - rint(a / b) * b).
See Implementation
The remainder of dividing "a" by "b", where the quotient is rounded to the nearest integer, rounding halfway cases to an even integer. Similar to (a - rint(a / b) * b).