This is the implementation of numerical optimization method called Bisection Method. The Bisection Method is used to find the root of the function. In the file source file there is a function called ...