/RpolCalc

A reverse polish notation calculator written in cpp

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

RpolCalc a powerful reverse polish notation calculator

How do you use this?

This calculator evaluates expressions written according to the postfix notation
e.g.: 4 4 - cos -41 -
which is the same as: cos(4-4)-(-41)

You still need help?

It's OK! the program contains a helpful keyword: help
it can be used like so:
rpolcalc help
or
rpolcalc help *the operator you need help with*

Now you want to install it?

Great
just type

git clone https://github.com/lorlouis/RpolCalc.git
cd RpolCalc
./configure
make
sudo make install

if you are using an arch-based distro you can simply install this program from the AUR.
yay -S rpolcalc-git