divmod: Division of integers

View source: R/utils_internal.R

divmodR 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)


MicroMoB documentation built on Jan. 17, 2023, 9:06 a.m.