Post #2595466
2026-05-16 02:18 UTC
This are equivalent because the order of multiplications/divisions and the order of additions/subtractions doesn’t affect the end result.
Also in general if the order of operations in your equation isn’t clear without thinking about it you are doing it wrong and need to add some parenthesis.
Also caveat: on a computer the order of operations can matter in more detail due to floating point errors, and you may want to add extra parenthesis to control it.
Replies (0)
No replies.