#include <math.h>
#include <iostream>
Include dependency graph for quartic_solve.C:
Go to the source code of this file.
Namespaces | |
namespace | Archon |
namespace | Archon::Math |
Functions | |
int | Archon::Math::quarticSolve (double a, double b, double c, double d, double rts[4], double rterr[4]) |
Solve the general 4th order equation:. |
Don Herbison-Evans 24 June 1994
Updated by: Kristian Spangsege Sat Jun 22 23:26:20 CEST 2002 Conversion to C++ and some reformatting
Definition in file quartic_solve.C.