public interface PolynomialFunctionInterface extends UnivariateFunction
Modifier and Type | Method and Description |
---|---|
int |
degree()
Return the polynomial degree.
|
double[] |
getCoefficients()
Get the polynomial coefficients.
|
PolynomialFunctionInterface |
polynomialDerivative()
Return the derivative date polynomial function.
|
PolynomialFunctionInterface |
primitive(double abscissa0,
double ordinate0)
Return the primitive polynomial function.
|
value
int degree()
double[] getCoefficients()
PolynomialFunctionInterface polynomialDerivative()
PolynomialFunctionInterface primitive(double abscissa0, double ordinate0)
abscissa0
- the abscissa of interestordinate0
- the function value at abscissa0Copyright © 2023 CNES. All rights reserved.