Regula falsi

Regula falsi is an iterative root-finding method that estimates a zero from the x-intercept of a secant through two interval endpoints, retaining endpoints that bracket a root.

Connect