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

https://github.com/frossm/rpncalc

RPNCalc: The Command Line Reverse Polish Notation (RPN) Calculator
https://github.com/frossm/rpncalc

calculator command-line constants high-percision java lifo polish-notation rpn-calculator rpn-calculator-java scientific-calculator snap stacks trigonometry undo unit-conversion user-defined-functions

Last synced: about 10 hours ago
JSON representation

RPNCalc: The Command Line Reverse Polish Notation (RPN) Calculator

Awesome Lists containing this project

README

          

Banner

# INTRODUCTION

RPNCalc is the command-line based Reverse Polish Notation (RPN) calculator. RPN calculators make it very simple to do complex calculations, especially if there are parentheses involved.

I've created a detailed [User Guide](https://frossm.github.io/RPNCalc-UserGuide) to do a better job of explaining how to use RPNCalc. If you have questions, issues, feedback, or ideas, please let me know. You can contact me via the links in the **Introduction** page of the User Guide.

# [RPNCalc User Guide](https://frossm.github.io/RPNCalc-UserGuide/)


The (somewhat) current RPNCalc help screen:

Screen Shot1
Screen Shot2