Common operator notation: Difference between revisions

Content deleted Content added
ColinJF (talk | contribs)
m Yes, it's undefined, so I'm removing this informal bit.
mNo edit summary
Line 77:
# Among operators of equal precedence, associate operands with operators according to the associativity of the operators.
 
Note that an infix operator need not be binary. [[C programming language|C]], for example, has a ternary infix operator "[[? :]]". <!-- speculation Would
it, then, be accurate to call parenthisization an n-ary bifix
operation? :) -->