Source: wikibot/bisection

= Bisection
{wiki=Bisection}

Bisection is a mathematical method used to find roots of a continuous function. It is a type of bracketing method, which means it narrows down the search for a root within a certain interval. The key idea behind the bisection method is to divide an interval in half and, based on the signs of the function at the endpoints, determine which half contains the root.