Click or drag to resize
DigitalRuneRootFinderFExpandBracket 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(Single, Single)
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(Single, Single, Single)
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