Quotient

Quotient (WMA link)


Quotient[m, n]

computes the integer quotient of m and n. For non-complex numbers, this equivalent to Floor[m/n]. When a complex number is involved, it is Round[m/n].

Quotient[m, n, d]

computes the integer quotient of $m-d$ and n. For non-complex numbers, this is equivalent to Floor[(m-d)/n]. When a complex number is involved, it is Round[(m-d)/n].

Plot showing the step-like Floor behavior of Quotient:

Integer-argument Quotient:

Rational-argument Quotient:

Quotient with inexact numbers:

Quotient with two complex numbers is same as Round[m/n]:

Quotient for large integers:

Quotient threads elementwise over lists:

PowerMod
QuotientRemainder