What does mod mean

broken image
broken image

When one number cannot divide another number completely, it le get a remainder.

broken image

Remainder means something which is ‘left over’ or ‘remaining’. Alternatively, a remainder is also what is left after subtracting one number from another, although this is more precisely called the difference. In arithmetic, the remainder is the integer “left over” after dividing one integer by another to produce an integer quotient (integer division). Thus, 7 % 4 yields 3 and 17 % 5 yields 2…. The expression x % y yields the remainder after x is divided by y. The modulus operator can be used only with integer operands. How do you find modulus without a calculator? If I say a modulo b is c, it means that the remainder when a is divided by b is c. The modulo operation is the same as ‘ the remainder of the division ‘. You might have noticed that many programming problems ask you to output the answer “modulo (10^9 + 7)”. Modification What is the meaning of modulo 10 9 7?