|
Quotient
Quotient[m, n] gives the integer quotient of m and n.
Quotient[m, n, d] uses an offset d.
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.
See Section 3.2.4.
See also: Mod, PolynomialQuotient.
New in Version 1; modified in 4.
Further Examples
|