                ***** CplxCal *****

By Evert Rozendaal (c) 1998
http://www2.viaweb.com/pilotgearsw/evertrozendaal.html
E-mail: ever@usa.net

How to use:
Some functions might need some explanation.
rad() convert from degrees to radians.
rad(180) exe -- 3.141592
deg() convert from radians to degrees.
deg(pi) exe -- 180
arg() Calculation of argument.
abs() Calculation of absolute value.
ans   Contains the previous answer.
STO   Calculate expression an store in mem.

<--   Move back one position.
Clr   Clear line.

Examples:
100+15%  exe -- 115
3+j4 STO     -- 3.00 + j4.00 [ exe not needed ]
arg(ans) exe -- 927.2952E-3  [ atan(4/3) ]
abs(RCL) exe -- 5.000000     [ srt(3*3 + 4*4) ]
sqr(RCL) exe -- 2.00 + j1.00 [ square root of (3+j4) ]
ans*ans  exe -- 3.00 + j4.00 

Note:
Type j before the number !!

Program requirements:
Palm pilot OS 2.0
Mathlib.prc
CplxCal.prc

How to install:
Use the palm pilot installation program to install
CplxCal.prn like any other program.
If MathLib.prc is not installed on your palm pilot
use the same procedure to install this library.
This completes the installation.

About the program:
This program is developed for using complex numbers.
Since I could not find a calculator for the palm pilot
capable of using complex numbers I decided to write my own.
Using an expression evaluation function (ver. 2.1) I wrote
a long time ago the only thing left was to write a user
interface for the palm pilot.

Why should you register?
You will be able to download new versions (FOR FREE) with
improvements/additions requested by customers like you.
Please e-mail your comments to evert@usa.net
You will be given enough time to evaluate the program.
When you "forget" to register a message might appear reminding
you to register.
After you register you will receive an e-mail with your personel
registration number. 

The important part :-) How to register:
You can register online at
   http://www2.viaweb.com/pilotgearsw/evertrozendaal.html
You can call to register by phone: (817) 461-3480
You can send a fax to register at: (817) 461-3482

Check for new versions a http://www.angelfire.com/sc/erozendaal

Again feel free to e-mail your comments to evert@usa.net

Thank you for using CplxCal.
