SecantRootFinder(FuncDouble, Double, Int32, Double) Constructor |
Namespace: Altaxo.Calc.RootFindingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic SecantRootFinder(
Func<double, double> function,
int maxNumberOfIterations,
double accuracy
)
Parameters
- function FuncDouble, Double
- The function for which a root should be found.
- maxNumberOfIterations Int32
- The maximum number of iterations.
- accuracy Double
- The desired accuracy for the root location.
See Also