Menu

QUOTIENT

Description

Returns the whole part of a division. This function is used to remove the remainder after division.

Examples

QUOTIENT(10, 6) = 1

QUOTIENT(NAN, 5) = NAN

QUOTIENT(65, 0) = NAN

QUOTIENT(NAN) = NAN

QUOTIENT(INF) = NAN

QUOTIENT(-INF) = NAN

On this page