Skip to contents

Return the whole part of m/n towards negative infinity

Usage

quotient(m, n)

Arguments

m

The numerator.

n

The denominator.

Value

An Integer.

Examples

if (FALSE) {
quotient(4, 3)
}