https://github.com/totaltechgeek/rpncalculator
This is a calculator tool I've developed over the course of my college career.
https://github.com/totaltechgeek/rpncalculator
Last synced: about 1 year ago
JSON representation
This is a calculator tool I've developed over the course of my college career.
- Host: GitHub
- URL: https://github.com/totaltechgeek/rpncalculator
- Owner: TotalTechGeek
- Created: 2016-08-24T18:24:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T02:03:13.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T17:13:47.025Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## RPN Calculator
---
This is a calculator tool that I've developed over the course of my college career. It's based on Reverse Polish notation, and allows for some advanced calculations. It allows you to store variables, calculate vector functions, do unit conversion, and quite a bit more.
The tool allows you to write your calculation on multiple lines, and it lets you print them out (with comments) as they go along.

More documentation to follow.