Lines Matching full:notation
106 * RPN Calc:: Reverse polish notation calculator;
108 * Infix Calc:: Infix (algebraic) notation calculator.
116 Reverse Polish Notation Calculator
1969 reverse polish notation calculator, an algebraic (infix) notation
1980 * RPN Calc:: Reverse polish notation calculator;
1982 * Infix Calc:: Infix (algebraic) notation calculator.
1993 2.1 Reverse Polish Notation Calculator
1997 notation" calculator (a calculator using postfix operators). This
2021 Here are the C and Bison declarations for the reverse polish notation
2024 /* Reverse polish notation calculator. */
2070 Here are the grammar rules for the reverse polish notation calculator.
2417 2.2 Infix Notation Calculator: `calc'
2421 Infix notation involves the concept of operator precedence and the need
2425 /* Infix notation calculator. */
2545 This example extends the infix notation calculator with location
2564 the same as the declarations for the infix notation calculator.
3814 RPN and infix calculator examples (*note Reverse Polish Notation
11305 Reverse polish notation
12187 * calculator, infix notation: Infix Calc. (line 6)
12342 * infix notation calculator: Infix Calc. (line 6)
12450 * polish notation calculator: RPN Calc. (line 6)
12480 * reverse polish notation: RPN Calc. (line 6)