Quotient
Usage
• Quotient[m, n] gives the integer quotient of m and n. • Quotient[m, n, d] uses an offset d.
Notes
• Integer mathematical function (see Section A.3.10). • Quotient[m, n] is equivalent to Floor[m/n] for integers m and n. • Quotient[m, n, d] gives a result  such that  . • n*Quotient[m, n, d] + Mod[m, n, d] is always equal to m. • New in Version 1; modified in 4.
|