implement a method that combines the stability of the bisection method with the fast convergence of newton’s method. this will require a combined approach, using newton’s method when possible and taking iterations with the bisection method whenever newton’s method does not converge. make the implementation of each method as clear as possible using separate functions that are easy to grade. display the following as output to the console: