Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> exponentiation distributes over multiplication

things that irks me

    a**b * a**c == a**(b + c) != a**(b * c)
for exponentiation to distribute over multiplication, it must become addition, thus reinforcing the multiplication IS repeated addition?



Distributivity of exponentiation over multiplication looks like

  (ab)^x = (a^x)(b^x)
You're talking about "being exponentiated", not exponentiation. This one isn't a commutative operation.


> commutativity

yes my mistake




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: