calculates the quotient of two numbers
q = quotient(m,n)
integer
non zero integer
quotient(m,n) returns the quotient of m divided by n.
quotient(m,n)
m
n
quotient(25,3) quotient(-25,3)