Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Namespaces | Functions
MathPoly_Quartic.hxx File Reference
#include <MathUtils_Types.hxx>
#include <MathUtils_Core.hxx>
#include <MathUtils_Poly.hxx>
#include <MathPoly_Quadratic.hxx>
#include <MathPoly_Cubic.hxx>
#include <cmath>

Namespaces

namespace  MathPoly
 Polynomial root finding algorithms.
 

Functions

MathUtils::PolyResult MathPoly::Quartic (double theA, double theB, double theC, double theD, double theE)
 Solve quartic equation: a*x^4 + b*x^3 + c*x^2 + d*x + e = 0 Uses Ferrari's method with modern numerical enhancements.