Given a function of one-variable and a possible bracketing interval, return the minimum of the function isolated to a fractional precision of tol.
| Parameters: |
|
|---|---|
| Returns: |
|
Notes
Uses inverse parabolic interpolation when possible to speed up convergence of golden section method.