The bisection method is a numerical technique used to find the roots of an equation
Is this for a like software version control or engineering?
The plot above shows how the method narrows down the root of 1.7321.732
: Bisection search (or binary search) is a classic algorithm for finding items in sorted lists.
: It will always find a root if the function is continuous and signs differ at the endpoints.