Lines Matching full:notation
143 * RPN Calc:: Reverse polish notation calculator;
145 * Infix Calc:: Infix (algebraic) notation calculator.
153 Reverse Polish Notation Calculator
1411 reverse polish notation calculator, an algebraic (infix) notation
1421 * RPN Calc:: Reverse polish notation calculator;
1423 * Infix Calc:: Infix (algebraic) notation calculator.
1433 @section Reverse Polish Notation Calculator
1434 @cindex reverse polish notation
1435 @cindex polish notation calculator
1440 notation} calculator (a calculator using postfix operators). This example
1460 Here are the C and Bison declarations for the reverse polish notation
1464 /* Reverse polish notation calculator. */
1510 Here are the grammar rules for the reverse polish notation calculator.
1892 @section Infix Notation Calculator: @code{calc}
1893 @cindex infix notation calculator
1895 @cindex calculator, infix notation
1898 notation involves the concept of operator precedence and the need for
1903 /* Infix notation calculator. */
2043 This example extends the infix notation calculator with location
2059 the same as the declarations for the infix notation calculator.
3532 Notation Calculator}).
12197 @item Reverse polish notation