You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project contains a Python function that approximates the square root of a non-negative number using the
bisection method — a simple numerical technique to find square roots to a desired level of accuracy.