Encyclopedia > Infix notation

  Article Content

Infix notation

Infix notation is the arithmetic formula notation known to most people, in which operators are written between the operands they act on. It is not as simple to parse by computer as postfix notation, but many programming languages use it to take advantage of its familiarity.

In infix notation, unlike in postfix or prefix notations, parentheses surrounding groups of operands and operators are necessary to indicate the intended order in which operations are to be performed. In the absense of parentheses, certain precedence rules determine the order of operations. These are explained in the order of operations article.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
North Haven, New York

... average family size is 2.77. In the village the population is spread out with 17.4% under the age of 18, 3.5% from 18 to 24, 22.3% from 25 to 44, 28.7% from 45 to 64, and ...

 
 
 
This page was created in 26.1 ms