public class Secant
extends java.lang.Object
Constructor and Description |
---|
Secant() |
Modifier and Type | Method and Description |
---|---|
protected static double |
getSecantRoot(double A,
double B,
double tolerance,
int n,
java.lang.String equationString) |
static void |
mainSecant() |