Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrander/rpncalc
Javascript based RPN calculator
https://github.com/abrander/rpncalc
Last synced: about 1 month ago
JSON representation
Javascript based RPN calculator
- Host: GitHub
- URL: https://github.com/abrander/rpncalc
- Owner: abrander
- License: mit
- Created: 2014-11-23T02:32:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T22:21:05.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T02:06:40.258Z (almost 2 years ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rpncalc
=======Javascript based RPN calculator. This is a simple calculator inspired by last century Hewlett-Packard calculators. The calculator supports keyboard input, simple operations and an infinite stack. Does not support infix input (but that's a feature).