this post was submitted on 12 Dec 2023
801 points (96.1% liked)
Memes
45997 readers
2571 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not that their words have magic power. It's that it's just an arbitrary notational convention in the first place.
Using parentheses doesn't "negate" or "match" anything. (a * b) + c and a * (b + c) are two different expressions specifically because of the use of parentheses, regardless of the relative order of the * and + without parentheses.
You're right, I had that epiphany and and updated my comment. Thanks for helping me educate myself.