public interface PolynomialFunctionInterface extends UnivariateFunction
| Modifier and Type | Method and Description |
|---|---|
PolynomialFunctionInterface |
derivative()
Return the derivative date polynomial function.
|
double[] |
getCoefficients()
Get the polynomial coefficients.
|
int |
getDegree()
Return the polynomial degree.
|
PolynomialType |
getPolynomialType()
Return the type of this polynomial function.
|
PolynomialFunctionInterface |
primitive(double abscissa0,
double ordinate0)
Return the primitive polynomial function.
|
valueint getDegree()
double[] getCoefficients()
PolynomialFunctionInterface derivative()
PolynomialFunctionInterface primitive(double abscissa0, double ordinate0)
abscissa0 - the abscissa of interestordinate0 - the function value at abscissa0PolynomialType getPolynomialType()
Copyright © 2025 CNES. All rights reserved.