07-Jan-2022 16:01:20 bisection_integer_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Test bisection_integer(). bisection_integer_test01(): bisection_integer() attempts to locate an integer root C of an equation F(C) = 0. The user supplies a change of sign interval [A,B]. The function considered here has two real roots as well as an integer root, so the algorithm can fail depending on how the change of sign interval is chosen. The initial change of sign interval is: F(4) = -42 F(100) = 3456630 An exact root was found at C = 10 The initial change of sign interval is: F(-10) = -11340 F(15) = 3335 An exact root was NOT found. The change of sign interval is now: F(-10) = -11340 F(15) = 3335 bisection_integer_test(): Normal end of execution. 07-Jan-2022 16:01:20