#include <poly.h>
Definition at line 390 of file poly.h.
Public Member Functions | |
virtual | ~cern_cubic_real_coeff () |
virtual int | solve_rc (const double a3, const double b3, const double c3, const double d3, double &x1, std::complex< double > &x2, std::complex< double > &x3) |
Solves the polynomial ![]() ![]() ![]() ![]() ![]() | |
virtual int | rrteq3 (double r, double s, double t, double x[], double &d) |
The original CERNLIB interface. | |
const char * | type () |
Return a string denoting the type ("cern_cubic_real_coeff"). |