/* cardan.
Files for solving cubic, etc by Cardan's method
Alan Bundy 13.5.81 */

?- [
$decomp,		/* Replace old decomp and recomp */
$simeq,			/* Simsolve for particular solutions */
$frmeqn,		/* Form Auxiliary Equation, using Pack and Unpack */
packax,			/* rewrite rules for packing and unpacking */
probs			/* test problems */
].
