WLJS LogoWLJS Notebook

Quotient

Quotient[m, n] gives the integer quotient of m and n.

Examples

Integer division:

Quotient[17, 5]
(* 3 *)
Quotient[100, 7]
(* 14 *)

Please visit the official Wolfram Language Reference for more details.

On this page