Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ intersection.py
File
intersection.py
arithmetic_analysis/intersection.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
math
2
3
def
intersection(function,x0,x1):
#function is the f we want to find its root and x0 and x1 are two random starting points
4
x_n = x0
Callers
nothing calls this directly
Calls
1
intersection
Function · 0.85
Tested by
no test coverage detected