Package | Description |
---|---|
dev.nm.analysis.function.polynomial.root |
Modifier and Type | Class and Description |
---|---|
class |
QuarticRootFerrari
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\) using the Ferrari method.
|
class |
QuarticRootFormula
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\) using a root-finding formula.
|
Constructor and Description |
---|
QuarticRoot(QuarticRoot.QuarticSolver solver)
Construct a quartic equation solver.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.