MODULO
🧮➗🔢

示例

Use the modulo operator to find remainders in integer division.

使用 取模 运算 求得 整数 除法 的 余数

定义

with respect to a given modulus (number theory)

  • allowing for; except for differences accounted for by

在给定模数下;按某一模意义

  • 考虑到特定例外;除去由此解释的差异

the operation that returns the remainder of a division

  • in computing, the % remainder operator

返回除法余数的运算;取模

  • 计算机中常用的 % 运算