Signed integer modulo a/b where the remainder is guaranteed to be in [0..b[, even if a is negative. Only support positive dividers.
See Implementation
Signed integer modulo a/b where the remainder is guaranteed to be in [0..b[, even if a is negative. Only support positive dividers.