[ANN] rpncalc-2.2 RPN Calculator for Python

Raymond L. Buvel levub137 at wi.rr.com
Sat Dec 3 10:31:19 EST 2005


The rpncalc package adds an interactive Reverse Polish Notation (RPN)
interpreter to Python.  This interpreter allows the use of Python as
an RPN calculator.  You can easily switch between the RPN interpreter
and the standard Python interpreter.

Home page:  http://calcrpnpy.sourceforge.net/

Changes in 2.2

* Display only 12 digits of a mpf or cmpf value.

* Added stats function.

* Added chebyshev module.

* Added solve command.

* Simplified installing user functions into the calculator.

* Added on-line help.



More information about the Python-list mailing list