//Copyright (C) Tommy Pylant ssn 423-94-2832
//Nov. 1, 1996, 
//All Rights Reserved*****


To install, run the Solver1.bat file after unzipping. Then add
to the Windows95 menu as usual. This program will not run under 
Windows 3.0 or 3.1 since it is compiled in 32 bit code 
for Windows95.

This is Solver 1.0. It is a small dialog based program written
in Visual C++ vers. 4.0. It will solve any equation up to 128
characters in length. Supported math functions for both degree
and radian angles include SIN, COS, TAN, ASIN, ACOS, ATAN,
LOG, LN, ALOG, ALN, power functions in either decimal or fraction
form. Solver computes the answer to 20 digits accuracy, so
you'll have to round down the numbers yourself if you want to.
The Dialog based program is minimizable, so you can just keep
it at the bottom of your spreadsheet or database, or homework,
where you can have it instantly available just with a simple 
click of the mouse. Its better and faster than a calculator.
So far as I have found, the equation parser that it uses is 
error free. To use the app, just type in the equation by itself.
That is to say don't type in something like X = cos(45),just type
in cos (45). Solver supports unlimited brackets and be sure to use
them in the right places. The program might hang if you forget to
use them. Inputing something like log 45 might cause the program
to hang your system. Error messages are supported. Uneven brackets,
mis-spelled operators, out of bound conditions (such as trying to
take the square root of a negative number), and 0 length. When using
negatives, please follow the following formats. -(cos(45)) is
correct but -cos(45) is not. If your raising a quantity to a 
power, please use brackets. (sin(45))^(1/2) is correct, while
(sin(45))^1/2 is not. Decimal quantities are supported in the
power of function. (sin(45))^(.5) is correct, as is (sin(-45))^(-.5).
However it is possible that you might find a bug.
If so, I take no responsibility whatever the the results. You
use Solver at your own risk. I do request a small $5.00 
registration fee which you can mail to me at the following
address. 
Tommy Pylant
454 Riverton Dr.
Rainbow City AL. 35906.
If you have any suggestions or complaints, I would like to 
hear them. You can email me at either of the following two
email addresses.
Luvaone@aol.com or
tpylant@peop.tdsnet.com

Thanks for trying Solver 1.0, and I hope it proves to be both
a convenient and time saving program for everyone.
Thanks.

