% 二分法解方程 % Bisection Method % The first parameter fx is a external function with respect to viable x. % xa is the left point of the initial interval % xb is the right point of the initial interval % n is the number of iterations.