public class AuxZero
extends java.lang.Object
Constructor and Description |
---|
AuxZero(DatanUserFunction uf,
double x0,
double x1) |
Modifier and Type | Method and Description |
---|---|
double |
getZero() |
boolean |
hasConverged() |
public AuxZero(DatanUserFunction uf, double x0, double x1)
uf
- user function which must be an extension of the abstract class DatanUserFunction.x0
- one value of the function's argument.x1
- a second value of the function's argument.