Skip to content

QuotientRemainder

Returns {Quotient[n, m], Mod[n, m]}.

$ wo 'QuotientRemainder[10, 3]'
{3, 1}