Cubic v1.0
=======================================================================
by Malaclypse
jincah@hotmail.com
6/2/00
=======================================================================
Cubic solves for the roots (in the form of x-y=0, where y is a root) of
cubic equations (AX^3+BX^2+CX+D).  These equations are incredibly
tedious to factor by hand, and they are encountered very frequently in
more advanced high school math classes, and, presumably, in college math
classes as well.
=======================================================================
To use, enter variables A through D when prompted.  The program will
then display the roots.