quotient() Function

Returns the quotient when numerator is divided by the denominator, and drops the remainder.

Syntax

quotient( numerator, denominator)

numerator: (Decimal) The numerator of the quotient, or the number that is divided.

denominator: (Decimal) The denominator of the quotient, or the number to divide by.

Returns

Integer

Examples

The denominator value cannot be 0.

Examples

quotient(8.0,3.0) returns 2

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK