Number.prototype.umod = function unsignedMod(m){return Math.abs(this%m);}