Skip to content

Quotient

Integer quotient.

$ wo 'Quotient[10, 3]'
3

For Gaussian integers the quotient is Round[m/n].

$ wo 'Quotient[7 + 3 I, 2]'
4 + 2*I