This is a Polish Notation calculator for the K Desktop. It was inspired by the HP48 series calculators. I grew used to the stack while using the calculator for engineering classes, but I always missed it on the computer.
Read the docs for more info.
It should be realtivly easy to install. Type:
./configure [--enable-python=(yes/no)] [--pythondir=/usr/include/python1.5]
make
make install
Use --pythondir if you do not have python2.0 and configure does not find your python. You may enable or disable the use of python to give the ability to create your own operations.
Email me at bheath@earthlink.net for suggestions, questions, or bug reports.
If you would like to see more functions like tan(3+2i) or anything else, let me know. Or, better yet, send me the formula or add it as a user operation and send me the operations.rc file.
Thanks to the KDE and KDevelop teams for some great software done right, that is, the Open Source way.
