public class RMPolynomial
extends java.lang.Object
| Constructor and Description |
|---|
RMPolynomial(float[] COEFS) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCubicRoots() |
int |
getDegree() |
double[] |
getLinearRoot() |
double[] |
getQuadraticRoots() |
double[] |
getRoots() |
double |
pop() |
void |
push(double aValue) |
static double[] |
push(double[] dArray,
double aValue) |
void |
simplify() |
public void simplify()
public int getDegree()
public double[] getRoots()
public double[] getLinearRoot()
public double[] getQuadraticRoots()
public double[] getCubicRoots()
public void push(double aValue)
public double pop()
public static double[] push(double[] dArray,
double aValue)