[ANN] rpncalc-2.1 RPN Calculator for Python

Raymond L. Buvel levub137 at wi.rr.com
Sat Sep 10 21:14:21 CEST 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.1

Upgraded the polynomial root finder so that it handles ill-conditioned
polynomials better.


More information about the Python-announce-list mailing list