This package provides a single function fminbnd()
that searches on a bounded
interval for the minimum point of a univariate function. It is a literal rewrite in Julia
of Fortran routine fmin from Netlib.
This function uses the same algorithm and similar calling convention to Matlab/Octave
fminbnd()
function.