Share on Facebook Share on Twitter Email
Answers.com

Infix notation

 
Sci-Tech Dictionary: infix notation
(′in′fiks nō′tā·shən)

(mathematics) A method of forming mathematical or logical expressions in which operators are written between the operands on which they act.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Computer Desktop Encyclopedia: infix notation
Top

The common way arithmetic operators are used to reference numeric values. For example, A+B/C is infix notation. Contrast with Polish notation and reverse Polish notation.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

WordNet: infix notation
Top
Note: click on a word meaning below to see its connections and related words.

The noun has one meaning:

Meaning #1: a notation for forming mathematical expressions using parentheses and governed by rules of operator precedence; operators are dispersed among the operands


Wikipedia: Infix notation
Top
Prefix notation
Infix notation
Postfix notation

Infix notation is the common arithmetic and logical formula notation, in which operators are written infix-style between the operands they act on (e.g. 2 + 2). It is not as simple to parse by computers as prefix notation ( e.g. + 2 2 ) or postfix notation ( e.g. 2 2 + ), but many programming languages use it due to its familiarity.

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

See also

External links


 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Infix notation" Read more