CL_rMod — Modulo between 2 values
[y] = CL_rMod(x, a, b) [y] = CL_rMod(x, a)
Vector of real values (1 x n)
Minimum value (1 x 1) or (1 x n)
Maximum value (strictly superior to a) (1 x 1) or (1 x n)
Result of "x modulo (b-a)" given in the interval [a,b] (1 x n)
Note : x can be a row or a column, a and b can be a scalar or a vector of dimension identical to x.
If b is omitted, then the result is a positive modulo : y = pmodulo(x,a)