Skip to main content
postfix

postfix

8.5
A way of writing math where operators come after numbers
  • noun
  • /ˈpoʊstˌfɪks/
  • Specialized
translation icon : notación postfija
  • Learning postfix can help you understand how some computer algorithms work.

Examples

  • Many calculators use postfix to simplify the order of operations.

  • In postfix notation, the expression '5 6 *' means 5 times 6.

  • A postfix is used in many programming languages.

  • The postfix operator follows the operand in an expression.

  • In mathematics, the expression '3 4 +' uses postfix notation to add the two numbers together.

  • When coding in certain programming languages, placing the operator after the operands results in postfix expressions.

  • Understanding postfix notation can simplify the evaluation of complex mathematical expressions.

Synonyms

postfix notation
vspostfix
  • Specialized
8.3

A way of writing math expressions without parentheses where each sign comes after the numbers

is a broader technical term also used in computing
suffix notation
vspostfix
  • Specialized
8.3

A way of writing math where operation signs come after numbers so parentheses are not needed

is the general label used across both math and computing
reverse Polish notation
vspostfix
  • Specialized
9.5

A way to write math with numbers before the sign so no parentheses

is the generic notation name rather than the specific historical name

Compounds

postfix notation
  • Specialized
8.3

A way of writing math expressions without parentheses where each sign comes after the numbers

Surface Forms

postfix singular
postfixes plural

Morphology

postfix = fix (transparent) = post + fix

In computing 'postfix' refers to notation with operators placed after operands, which follows the literal 'after' + 'attach' logic of the components.

Etymology

Postfix comes from the parts post- 'after' and fix 'attach', so in postfix notation the operator is written 'after' the numbers, for example '5 6 *' means 5 times 6.