hump_bisection hump_bisection Use bisection2 to estimate a root of the hump function. F(10) = -5.9773 (negative) F(0) = 5.17647 (positive) After 25 iterations: F(1.29955) = -5.60586e-06 (negative) F(1.29955) = 9.54472e-07 (positive) it <= itmax? true |xn-xp| <= xtol? true min(|f(xn)|,|f(xp)|) <= ftol? true diary hump_regula_falsi.txt