public interface Evaluatable1D
Modified by: Joseph A. Huwaldt
Modifier and Type | Method and Description |
---|---|
double |
derivative(double x)
Calculates the derivative of the function dy/dx = d fn(x)/dx.
|
double |
function(double x)
User supplied method that calculates the function y = fn(x).
|
double function(double x) throws RootException
x
- Independent parameter to the function.RootException
double derivative(double x) throws RootException
x
- Independent parameter to the function.RootException