Modulo Operator: Finding the Remainder in Division
The MOD operator performs the division operation between two operators and returns the reminder.
Example:
10 MOD 3 = 1 (The remainder when 10 is divided by 3 is 1)
Note: The MOD operator is also known as the modulo operator.
原文地址: https://www.cveoy.top/t/topic/nwRj 著作权归作者所有。请勿转载和采集!