QUOTIENT Function

The QUOTIENT function is one of the math and trigonometry functions. It is used to return the integer portion of a division.

Syntax

QUOTIENT(numerator, denominator)

The QUOTIENT function has the following argument:

Argument Description
numerator The dividend, a numeric value.
denominator The divisor, a numeric value.

Notes

How to apply the QUOTIENT function.

Examples

The figure below displays the result returned by the QUOTIENT function.

QUOTIENT Function