QUOTIENT

Syntax:

QUOTIENT ( dividend , divisor )

Description: Computes the integer portion of the division of dividend by divisor.

Arguments:

Name

Type

Description

dividend

number

The dividend

divisor

number

The divisor.

Return Type and Value: number – The integer portion of the division of dividend by divisor.

example: