Reverse Polish Notation

Reverse Polish Notation


zip code Index Level translate code
Syntax
Category Processing Codes
Type Definition
Description is a written syntax where the operators follow the operands. For example to total, one and two would be written as: 1 2 +

This notation is used by Hewlett Packard calculators and the D3 f processing code. To total one and two in a "F-correlative", it is written as f'1';'2';+

This notation is easier for a programmer to program, but harder for a user to use. So the "A processing code" was created to support embedded operators, providing the syntax of a'1'+'2'
Options
See Also f-correlative a (algebraic) u0190
Example
Warnings
Compatibility
zip code Index Level translate code