Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ bisection.py
File
bisection.py
maths/numerical_analysis/bisection.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
collections.abc
import
Callable
2
3
4
def
bisection(function: Callable[[float], float], a: float, b: float) -> float:
Callers
nothing calls this directly
Calls
1
bisection
Function · 0.70
Tested by
no test coverage detected