hi.
does the following integer arithmetic property hold?
(m/n)/l == m/(n*l)
At first I thought I knew answer (does not hold), but now am not sure.
Does it hold for all numbers or only for certain conditions, i.e. n > l
?
the question pertains to computer arithmetic, namely q = n/m, q*m != n
, ignoring overflow.