num/num_modulo_utils library

Functions

modulo(int value, int modulus) int
Modulo that handles negative (e.g. -1 % 7 → 6). Roadmap #129.