public class Polynomial
Represents a polynomial function of arbitrary degree.
Constructor and Description |
---|
Polynomial(double[] coefficients)
Represents a polynomial function of arbitrary degree.
|
Modifier and Type | Method and Description |
---|---|
double |
getValue(double x) |