NPI 0.2.5 review

Download
by rbytes.net on

NPI is a simple calculator that supports Reverse Polish Notation, devised by Jan Lukasiewicz in the Twenties to allow evaluation of m

License: GPL (GNU General Public License)
File size: 27K
Developer: MiKael NAVARRO
0 stars award from rbytes.net

NPI is a simple calculator that supports Reverse Polish Notation, devised by Jan Lukasiewicz in the Twenties to allow evaluation of mathematical expressions without brackets. NPI calculator supports completion and command history.

In the Twenties, Jan Lukasiewicz developed a system of formal logic making it
possible the mathematical expressions to be indicated without brackets while
placing the operators avant (notation of prefix) or after (notation of suffix)
the operands.

The notation of suffix is named Polish notation reversed (RPN = Reverse
Polish Notation) in the honor of Lukasiewicz.

With this program you will be able to calculate maths expression in the Unix
shell using the RPN notation and with historic and completion support.

Requirements:
Python 2.1 or later.

Usage:

Simply run:

$ python -O npi.py

What's New in This Release:
Some new commands and aliases were added.
A command read from the command line may now be executed.

NPI 0.2.5 keywords