Search

Quotient

Last Updated: Mar 8, 2023

Articles

Use this function to return the quotient of dividend divided by divisor.

Syntax

Quotient (dividend,divisor)

Parameters

Input Parameter Name Description
dividend Integer value
divisor Integer value

Returns

Return Value Description
Quotient Returns the sum of the input values

Sample

Quotient (10,5)

  • Returns 2.

To view all the Math functions, click here.

Did you find what you were looking for?