Why does a/(b/c) = a(c/b)?
mail-archive.comI often find the following analogy useful to have in mind
a-(b-c) = a+(-b+c) = a+(c-b)
a/(b/c) = a*(/b*c) = a*(c/b)
a*(/b*c) is not legal syntax in most languages, but why not?I often find the following analogy useful to have in mind
a-(b-c) = a+(-b+c) = a+(c-b)
a/(b/c) = a*(/b*c) = a*(c/b)
a*(/b*c) is not legal syntax in most languages, but why not?