Hyper Dictionary

English Dictionary Computer Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of POSTFIX NOTATION

WordNet Dictionary
 
 Definition: [n]  a parenthesis-free notation for forming mathematical expressions in which each operator follows its operands
 
 Sponsored Links: 
 
 Synonyms: reverse Polish notation, suffix notation
 
 See Also: parenthesis-free notation

 

 

Computing Dictionary
 
 Definition: 

(Or "Reverse Polish Notation", RPN) One of the possible orderings of functions and operands: in postfix notation the functions are preceded by all their operands. For example, what may normally be written as "1+2" becomes "1 2 +". Postfix notation is well suited for stack based architectures but modern compilers reduced this advantage considerably. The best-known language with postfix syntax is FORTH.

Compare: infix notation, prefix notation.

 

 

COPYRIGHT © 2000-2003 WEBNOX CORP. HOME | ABOUT HYPERDICTIONARY