public interface RootFinder
| Modifier and Type | Method and Description |
|---|---|
double |
getAccuracy() |
double |
getBestPoint() |
double |
getNextPoint() |
int |
getNumberOfIterations() |
boolean |
isDone() |
void |
setValue(double value) |
double getNextPoint()
setValue.void setValue(double value)
value - Value corresponding to point returned
by previous getNextPoint call.int getNumberOfIterations()
double getBestPoint()
double getAccuracy()
boolean isDone()
Copyright © 2015. All rights reserved.