Computes the Euclidean modulo of m % n, that is: ((n % m) + m) % m https://en.wikipedia.org/wiki/Modulo_operation
Input one integer
Return the Euclidean modulo of m % n
Computes the Euclidean modulo of m % n, that is: ((n % m) + m) % m https://en.wikipedia.org/wiki/Modulo_operation