Quadratic Equation Solver
Phil Stoneman, ascender@mindless.com
---begin documentation---
QUAD is a program to compute the two solutions of a quadratic equation,
given the equation in an ax^2+bx+c=0 form.
You run the program, and are prompted for the equation.
Type it in excatly as you see it, ie. I press
[-]12[X,T,0][^2]-6[X,T'0]+3[ENTER]

The program will then fill in the '=0', and compute if the equation
is solvable. If it is, it will show you the values of A, B, and C.

The program will then take you through all the steps necessary to solve
the equation, complete with the answers.

If C=0, you can press enter before entering '-<c>' or '+<c>' to skip
this bit.

Any bugs, ideas, etc. Report them to me at ascender@mindless.com
Things I know about: It doesn't solve quads with imaginary solutions
                     'I can't type in what I want!!': Try pressing [^2]
                             or X, whichever you need.


You can edit this as much as you like - this is 'no-obligationware',
So long as you include my name, in some format in the some credits.

Phil.
