IntegerDivide

Name

IntegerDivide -- Returns the quotient of two integers

Synopsis

IntegerDivide[x->INTEGER, y->INTEGER] =: INTEGER 

Description

IntegerDivide returns the quotient x divided by y, rounded to the next integer towards zero. It is an error to attempt to divide by zero.

Short form

x DIV y

See also

Divide, Modulus.