Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ f
Function
f
arithmetic_analysis/bisection.py:29–30 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
27
28
29
def
f(x):
30
return
math.pow(x, 3) - 2*x - 5
31
32
if
__name__ ==
"__main__"
:
33
print(bisection(f, 1, 1000))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected