BISECT is a Python library which seeks a solution to the equation F(X)=0 using bisection within a user-supplied change of sign interval [A,B]. The procedure is written using classes.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
BISECT is available in a Python version.
BISECTION_RC, a Python library which seeks a solution to the equation F(X)=0 using bisection within a user-supplied change of sign interval [A,B]. The procedure is written using reverse communication.
You can go up one level to the Python source codes.