An open API service indexing awesome lists of open source software.

https://github.com/ncking/interview-calculator

Extensible PHP Calculator for arithmetic expressions
https://github.com/ncking/interview-calculator

Last synced: over 1 year ago
JSON representation

Extensible PHP Calculator for arithmetic expressions

Awesome Lists containing this project

README

          

# RPN Calculator - interview task

[RPN] Calcultor using the [Shunting-yard_algorithm] , with custom operators;
You can set the operator symbol, precedence, & operand calculation.

[RPN]:
[Shunting-yard_algorithm]: