Uses of Interface
dev.nm.analysis.function.polynomial.root.PolyRootSolver
-
Packages that use PolyRootSolver Package Description dev.nm.analysis.function.polynomial.root -
-
Uses of PolyRootSolver in dev.nm.analysis.function.polynomial.root
Classes in dev.nm.analysis.function.polynomial.root that implement PolyRootSolver Modifier and Type Class Description classCubicRootThis is a cubic equation solver.classLinearRootThis is a solver for finding the roots of a linear equation.classPolyRootThis is a solver for finding the roots of a polynomial equation.classQuadraticRootThis is a solver for finding the roots of a quadratic equation, \(ax^2 + bx + c = 0\).classQuarticRootThis is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\).
-