Bracket a root for the target function by creating and continuously expanding an interval around the initial point until the interval is known to contain at least one root. An interval is determined to contain at least one root when the function evaluation at the inteval endpoints are oppisite signs.
a two element array containing the lower and upper bounds of the bracketting interval
Exception Type | Condition |
---|---|
ConvergenceException | if a root could not be bracketed. |