get the mathematical modulo: value mod mod. modulo is different from javascript's % remainder operator in that which the modulo operation always returns a positive number
value
mod
%
get the mathematical modulo:
value
modmod
.modulo is different from javascript's
%
remainder operator in that which the modulo operation always returns a positive number