Bisection Method - Program byArati Singh -February 06, 2014 #include<stdio.h> #include <math.h> #include<conio.h> #define ESP 0.001 #…