Quotient
Quotient(m, n)
computes the integer quotient of
m
andn
.
See
Examples
>> Quotient(23, 7)3
Infinite expression Quotient(13, 0)
encountered.
>> Quotient(13, 0)ComplexInfinity
>> Quotient(-17, 7)-3
>> Quotient(-17, -4)4
>> Quotient(19, -4)-5
Implementation status
- ✅ - full supported