QUOTIENT

QUOTIENT(arg1, arg2) → { number | string | boolean }

Returns the integer portion of a division.

Parameters:

Name Type Description
arg1 any

Is the dividend.

arg2 any

Is the divisor.

Returns:

Type
number | string | boolean