What is one stopping criteria for bisection method?
1) The absolute error is less than a specified tolerance
2) The relative error is less than a specified tolerance
3) The number of iterations exceeds a specified maximum
4) The function value at the midpoint is zero