Uses of Interface
org.apache.commons.math3.analysis.DifferentiableUnivariateFunction

Package
Description
Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.
The function package contains function objects that wrap the methods contained in Math, as well as common mathematical functions such as the gaussian and sinc functions.
Univariate real polynomials implementations, seen as differentiable univariate real functions.
Root finding algorithms, for univariate real functions.