integer division properties
Posted
by aaa
on Stack Overflow
See other posts from Stack Overflow
or by aaa
Published on 2010-04-14T02:43:10Z
Indexed on
2010/04/14
2:53 UTC
Read the original article
Hit count: 419
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
?
© Stack Overflow or respective owner