|
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 The Mathematica Book: Section 3.2.4.
See also: Mod, PolynomialQuotient.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |