Quartic v1.0
=======================================================================
by Malaclypse
jincah@hotmail.com
6/2/00
=======================================================================
Quartic solves for the roots [in the form of (x-y)=0, where y is a
root) of a quartic equation, AX^4+BX^3+CX^2+DX+E=0.  It's a pain in the
ass to do it by hand (and incredibly tedious), and (at least in my
Precalculus class) one comes across such equations rather frequently;
hence this program.
=======================================================================
To use, enter the variables A through E, and the program displays the
roots.
