Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ bisection.py
File
bisection.py
arithmetic_analysis/bisection.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
math
2
3
4
def
bisection(function, a, b):
# finds where the function becomes 0 in [a,b] using bolzano
Callers
nothing calls this directly
Calls
1
bisection
Function · 0.85
Tested by
no test coverage detected