bisection_integer_test, a C++ code which calls bisection_integer() to seek an integer solution to the equation F(X)=0, using bisection within a user-supplied change of sign interval [A,B].
The information on this web page is distributed under the MIT license.
bisection_integer, a C++ code which seeks an integer solution to the equation F(X)=0, using bisection within a user-supplied change of sign interval [A,B].