According to the docs DivRem() calculated both the quotient and remainder.
If you need only the remainder use %, as division is the most time consuming from all of the basic arithmetic operators.
According to the docs DivRem() calculated both the quotient and remainder.
If you need only the remainder use %, as division is the most time consuming from all of the basic arithmetic operators.
Bookmarks