The word modulo (Latin, with respect to a modulus of ___) is the Latinablative of modulus which itself means "a small measure." It was introduced into mathematics in the book Disquisitiones Arithmeticae by Carl Friedrich Gauss in 1801. Ever since, however, "modulo" has gained many meanings, some exact and some imprecise.
(This usage is from Gauss's book.) Given the integersa, b and n, the expression a ≡ b (modn) (pronounced "a is congruent to bmodulon") means that a − b is a multiple of n. For more details, see modular arithmetic.
In computing, given two numbers (either integer or real), a and n, amodulon is the remainder after numerical division of a by n, under certain constraints. See modulo operation.
Two members of a ring or an algebra are congruent modulo an ideal if the difference between them is in the ideal.
Two subsets of an infinite set are equal modulo finite sets precisely if their symmetric difference is finite, that is, you can remove a finite piece from the first infinite set, then add a finite piece to it, and get as result the second infinite set.
The most general precise definition is simply in terms of an equivalence relationR. We say that a is equivalent or congruent to bmoduloR if aRb.
In the mathematical community, the word modulo is also used informally, in many imprecise ways. Generally, to say "A is the same as B modulo C" means, more-or-less, "A and B are the same except for differences accounted for or explained by C". See modulo (jargon).