Lines Matching refs:infix
1411 reverse polish notation calculator, an algebraic (infix) notation
1893 @cindex infix notation calculator
1895 @cindex calculator, infix notation
1897 We now modify rpcalc to handle infix operators instead of postfix. Infix
1900 @file{calc.y}, an infix desk-top calculator.
2043 This example extends the infix notation calculator with location
2059 the same as the declarations for the infix notation calculator.
2261 It is easy to add new operators to the infix calculator as long as they are
3531 RPN and infix calculator examples (@pxref{RPN Calc, ,Reverse Polish
6631 For example, suppose the infix calculator has read @samp{1 + 5 *}, with a
6643 For example, if the infix calculator's parser stack contains this: