

Quotient
Examples
open all close allScope (16)
Numerical Evaluation (8)
Applications (11)
Basic Applications (6)
Number Theory (5)
Use NestWhileList to compute Quotient for positive arguments:
Demonstrate how division works:
Count the number of positive integers less than 1000 divisible by 2 or 3, but not divisible by 6:
Implement the Euclidean algorithm:
Simplify expressions containing Quotient:
Properties & Relations (6)
The first part of QuotientRemainder is the Quotient:
Quotient[m,n] is equivalent to Floor[m/n] for integers:
n*Quotient[m,n,d]+Mod[m,n,d] is always equal to m:
Quotient[m,n]+FractionalPart[m/n] is always equal to for positive integers:
Use PiecewiseExpand to express as a piecewise function:
Simplify expressions containing Quotient:
Possible Issues (1)
Quotient does not automatically resolve the value:

Tech Notes
Related Guides
Related Links
History
Introduced in 1988 (1.0) | Updated in 1999 (4.0) ▪ 2000 (4.1) ▪ 2002 (4.2)
Text
Wolfram Research (1988), Quotient, Wolfram Language function, https://reference.wolfram.com/language/ref/Quotient.html (updated 2002).
CMS
Wolfram Language. 1988. "Quotient." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2002. https://reference.wolfram.com/language/ref/Quotient.html.
APA
Wolfram Language. (1988). Quotient. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Quotient.html
BibTeX
@misc{reference.wolfram_2025_quotient, author="Wolfram Research", title="{Quotient}", year="2002", howpublished="\url{https://reference.wolfram.com/language/ref/Quotient.html}", note=[Accessed: 10-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_quotient, organization={Wolfram Research}, title={Quotient}, year={2002}, url={https://reference.wolfram.com/language/ref/Quotient.html}, note=[Accessed: 10-August-2025]}