Package com.reportmill.graphics
Class RMPolynomial
java.lang.Object
com.reportmill.graphics.RMPolynomial
- 
Constructor Details
- 
RMPolynomial
public RMPolynomial(float[] COEFS)  
 - 
 - 
Method Details
- 
simplify
public void simplify() - 
getDegree
public int getDegree() - 
getRoots
public double[] getRoots() - 
getLinearRoot
public double[] getLinearRoot() - 
getQuadraticRoots
public double[] getQuadraticRoots() - 
getCubicRoots
public double[] getCubicRoots() - 
push
public void push(double aValue)  - 
pop
public double pop() - 
push
public static double[] push(double[] dArray, double aValue)  
 -