<< Click to Display Table of Contents >>
Syntax:
QUOTIENT(x, y)
Description:
Returns the integer part of the division of x by y.
Example:
QUOTIENT(6, 4) returns 1
See also:
MOD, MODP