Showing 1-20 of 12,676 packages
Simple node.js expression parser and evaluator using shunting-yard and reverse polish notation algorithms
Returns a postfix (Reverse Polish Notation) expression from an infix expression.
Reverse Polish Notation calculator/converter for js
Reverse Polish Notation implementation.
Calculate a postfix (Reverse Polish Notation) expression.
reverse polish notation calculator
Reverse Polish Notation - Javascript implementation
Mathematical expression solver / Reverse Polish Notation calculator for NodeJS
Reverse Polish notation calculator
The calculation in reverse polish notation
Calculate a postfix (Reverse Polish Notation) expression.
Reverse Polish Notation on Node.js
Generates the Reverse Polish Notation (Postfix and Prefix) expression form of an arithmetic expression in (Infix) form.
reverse polish notation calculator
A postfix/reverse polish notation calculator implemented in JavaScript
Convert a C expression to an array of postfix terms
Implementation of a function that takes arguments as strings with mathematics calculations in reverse polish notation and returns the calculated value
A calculator for evaluating expressions in Reverse Polish Notation (RPN)
A Reverse Polish notation calculator for the command line.
Reverse Polish Notation calculator/converter for js