32
What math operation order do you use?
(lemmy.world)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
I only write math in the context of programming languages. I prefer ones without order of operations. Rebol, (Polish notation), Factor/Forth (Postfix notation), smalltalk, (left-to-right) apl (right-to-left), etc.
In short, it doesn't matter as long as your audience understands you.