(mathematics) A method of forming mathematical or logical expressions in which operators are written between the operands on which they act.
| Sci-Tech Dictionary: infix notation |
(mathematics) A method of forming mathematical or logical expressions in which operators are written between the operands on which they act.
| 5min Related Video: Infix notation |
| Computer Desktop Encyclopedia: infix notation |
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 |
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 |
| 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.
| This mathematics-related article is a stub. You can help Wikipedia by expanding it. |
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Algebraic notation | |
| HP-38G | |
| Operator-precedence parser |
| Write a program in vb to convert Infix to postfix notation? | |
| What are three reverse Polish notation formulas that cannot be converted to infix? | |
| Difference between infix and prefix notation? |
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 |