Learn R Programming

MicroMoB (version 0.1.2)

divmod: Division of integers

Description

Division of integers

Usage

divmod(a, b)

Value

a list with two elements, quo (quotient) and rem (remainder)

Arguments

a

the dividend

b

the divisor