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
- Host: GitHub
- URL: https://github.com/ncking/interview-calculator
- Owner: ncking
- License: mit
- Created: 2016-12-25T13:20:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T12:25:55.000Z (over 9 years ago)
- Last Synced: 2025-01-22T22:11:17.932Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: