Content deleted Content added
No edit summary |
Fixed bad equations |
||
Line 24:
Note that, contrary to popular belief, prefix and postfix operators do not necessarily have higher precedence than all infix operators. For example, if the prefix operator 'sin' is given a precedence between that of '+' and '×',
:<math>\sin
not
:<math>(((\sin 4)
or
:<math>\sin(((
The rules for expression evaluation are simple:
|