Package | Description |
---|---|
dev.nm.analysis.function.polynomial.root |
Modifier and Type | Class and Description |
---|---|
class |
CubicRoot
This is a cubic equation solver.
|
class |
LinearRoot
This is a solver for finding the roots of a linear equation.
|
class |
PolyRoot
This is a solver for finding the roots of a polynomial equation.
|
class |
QuadraticRoot
This is a solver for finding the roots of a quadratic equation, \(ax^2 + bx + c = 0\).
|
class |
QuarticRoot
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\).
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.