divmod {MicroMoB} | R Documentation |
Division of integers
Description
Division of integers
Usage
divmod(a, b)
Arguments
a |
the dividend |
b |
the divisor |
Value
a list with two elements, quo
(quotient) and rem
(remainder)
[Package MicroMoB version 0.1.2 Index]