Package com.reportmill.graphics
Class RMPolynomial
- java.lang.Object
 - 
- com.reportmill.graphics.RMPolynomial
 
 
- 
public class RMPolynomial extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description RMPolynomial(float[] COEFS) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]getCubicRoots()intgetDegree()double[]getLinearRoot()double[]getQuadraticRoots()double[]getRoots()doublepop()voidpush(double aValue)static double[]push(double[] dArray, double aValue)voidsimplify() 
 - 
 
- 
- 
Method Detail
- 
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) 
 - 
 
 -