Common operator notation: Difference between revisions

Content deleted Content added
Mathbot (talk | contribs)
Robot assisted spelling.
ColinJF (talk | contribs)
m Yes, it's undefined, so I'm removing this informal bit.
Line 63:
the operand associate first. For example, -sin x = -(sin(x)) and, in [[C programming language|C]],
the expression "x++--" is equivalent to "(x++)--". When prefix and postfix operators of equal precedence coexist,
the order of association (as far as I know) is undefined.
 
Note that, contrary to popular belief, prefix and postfix operators