quotient() Function

Function

quotient( numerator, denominator )

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

Parameters

Keyword Type Description

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: Fri, Jun 02, 2023 (06:00:33 PM)

On This Page

FEEDBACK