QUOTIENT

Return the integer portion of a division.

Syntax:

QUOTIENT(numerator:Number, denominator:Number

Truncates the result of numerator ÷ denominator to an integer, always towards zero.

Example:

QUOTIENT(-6,4)

returns the number -1.

Revisions:

This function was added in 2.00.