MODULO
🧮➗🔢
示例
Use the modulo operator to find remainders in integer division.
使用 取模 运算 求得 整数 除法 的 余数
定义
with respect to a given modulus (number theory)
在给定模数下;按某一模意义
the operation that returns the remainder of a division
返回除法余数的运算;取模
Use the modulo operator to find remainders in integer division.
使用 取模 运算 求得 整数 除法 的 余数
with respect to a given modulus (number theory)
在给定模数下;按某一模意义
the operation that returns the remainder of a division
返回除法余数的运算;取模