Next Previous Contents

1. Introduction

This is the second realase of KPNCalc.  KPNCalc is a polish notation calculator.  It was inspired by hours of HP48G calculator use.  I have tried to include as many useful  features as came to mind.  The GUI is not the cleanest, but I am not an UI expert.  I am open to suggestions for both new functions and a new layout.

For those of you not familiar with Polish notation caluclators.  The numbers should be added to the stack before the operation is performed.  The calculator used double precision, and the stack is only limited by your computers memory.

1.1 Changes

12/03/1999    Initial release
03/04/2000    0.2 Bug fixes, new stack functions, backend prepared for new types of numbers.
04/10/2000    0.3 Bug fixes, Complex Numbers
04/14/2000    0.4 Included roll.xpm in distribution(oops)

Next Previous Contents