Root finding by bisection
bisection(f, interval, niter = 6, tol = 1e-12, verbose = TRUE, ...)numeric specifying the root
function to find root of (monotonic)
a vector containing the end-points of the interval to be searched for the root
number of iterations
stopping criterion (absolute difference in function evaluated at end points of current interval)
if TRUE additional messages are printed throughout the optimization
additional arguments passed to f