 |
|
Innovation award
 Nominee: 1x |
This class can be used parse and evaluate RPN (reverse polish notation) expressions.
It can parse a mathematical expressions with operands and operators in reverse polish and evaluates the expression.
If the expression is split in multiple lines, it can evaluate each line individually.
Currently it supports the operators: +, - , *, /, IF, THEN, SWAP, DUP, =, <>, >, <. >= and <= .
|
|
| Name: |
Simple RPN Interpreter |
| Base name: |
rpn |
| Description: |
Evaluate reverse polish notation expressions |
| Version: |
- |
| PHP version: |
4.0.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
593 users |
| All time rank: |
4458 |
| Week users: |
1 user |
| Week rank: |
2051  |
| |
|
 August 2007
Number 3
Prize: One copy of Delphi for PHP |
RPN (Reverse Polish Notation) is a way to present the operands and operators of mathematical expressions.
RPN has been most notably used in Hewlett-Packard scientific calculators.
This class provides a solution to parse and evaluate mathematical expressions presented with RPN.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|