The remainder can be represented by the symbol "%",for example, 17% 5 = 2. In computer programming, the operator for finding the remainder is usually "%".
The rest have many important applications. For example, in modular operation, the remainder can represent the full equivalence of an integer in a certain number, and can also be used to judge whether a number is divisible by another number and calculate the value of a polynomial.