Content deleted Content added
spelling error |
fix lk |
||
Line 3:
}}'''Infix notation''' is the common arithmetic and logical formula notation, in which [[operator]]s are written [[infix]]-style between the [[operand]]s they act on (e.g. 2 '''+''' 2). It is not as simple to [[Parsing|parse]] by computers as [[prefix notation]] ( e.g. '''+''' 2 2 ) or [[postfix notation]] ( e.g. 2 2 '''+''' ), but many [[programming language]]s use it due to its familiarity.
In infix notation, unlike in prefix or postfix notations, [[
==See also==
|