Package com.reportmill.graphics
Class RMPolynomial
- java.lang.Object
- 
- com.reportmill.graphics.RMPolynomial
 
- 
 public class RMPolynomial extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description RMPolynomial(float[] COEFS)
 - 
Method SummaryAll 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- 
simplifypublic void simplify() 
 - 
getDegreepublic int getDegree() 
 - 
getRootspublic double[] getRoots() 
 - 
getLinearRootpublic double[] getLinearRoot() 
 - 
getQuadraticRootspublic double[] getQuadraticRoots() 
 - 
getCubicRootspublic double[] getCubicRoots() 
 - 
pushpublic void push(double aValue) 
 - 
poppublic double pop() 
 - 
pushpublic static double[] push(double[] dArray, double aValue)
 
- 
 
-