public static interface PolynomialFunction.ClosedForm extends DifferentiableUnivariateScalarFunction
Modifier and Type | Method and Description |
---|---|
java.lang.Double[] |
roots()
Finds the real-valued roots (zero crossings) of the polynomial
|
java.lang.Double[] |
stationaryPoints()
Finds the real-valued stationary points (zero slope) maxima or minima
of the polynomial
|
differentiate, differentiate
evaluate, evaluate, evaluateAsDouble
java.lang.Double[] roots()
java.lang.Double[] stationaryPoints()