frossm / rpncalc

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

Home Page:https://github.com/frossm/rpncalc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 to do a better job of explaining how to use RPNCalc. It's not hard, but there are quite a few advanced capabilities that require explanation. The old readme.md file was getting long and hard to manage.

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.


Screen Shot1

Screen Shot2

About

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

https://github.com/frossm/rpncalc

License:MIT License


Languages

Language:Java 99.3%Language:Python 0.7%Language:Shell 0.1%