Comment on Why is division so much more complex than other arithmetic operations?parentComments−finite_depth3yMultiplication/division include addition as a special case, at least if you allow adding 1:a+b = a + a(b/a) = a(1 + (b/a))
Comments
Multiplication/division include addition as a special case, at least if you allow adding 1:
a+b = a + a(b/a) = a(1 + (b/a))