1001Ferramentas
๐Ÿ”ฃ Calculators

Modulo Calculator

Calculate the remainder of integer division (modulo) between two numbers. Instant result in the browser.

Quotient
โ€”
Remainder
โ€”

What is the division remainder?

In Euclidean division, dividend = divisor ร— quotient + remainder, where 0 โ‰ค remainder < divisor. In programming, the operator that calculates the remainder is modulo (%). Example: 17 รท 5 = quotient 3, remainder 2.

Widely used to check parity (even/odd), cycles, hashes and cryptographic algorithms.

Related Tools