bisection, an R code which applies the bisection method to seek a root of f(x) over a change-of-sign interval a <= x <= b.
Copyright 2016 James P. Howard, II
The computer code and data files on this web page are distributed under the BSD-2-Clause license.
bisection is available in a C version and a C++ version and a Fortran90 version and a Julia version and a MATLAB version and an Octave version and a Python version and an R version.
Original R code by James Howard; This version by John Burkardt.