bisection_integer_test, an Octave code which calls bisection_integer(), which seeks an integer solution to the equation F(X)=0, using bisection within a user-supplied change of sign interval [A,B].
The computer code and data files described and made available on this web page are distributed under the MIT license
bisection_integer, an Octave code which seeks an integer solution to the equation F(X)=0, using bisection within a user-supplied change of sign interval [A,B].