Click or drag to resize
DigitalRuneRootFinderDExpandBracket Method
Takes the initial guessed range [x0, x1] and expands this interval such that the root is in the interval.
Overload List
  NameDescription
Public methodExpandBracket(Double, Double)
Takes the initial guessed range [x0, x1] and expands this interval such that the root xroot where f(xroot) = 0 is in the interval.
Public methodExpandBracket(Double, Double, Double)
Takes the initial guessed range [x0, x1] and expands this interval such that x with f(x) = y is in the interval.
Top
See Also