MCPcopy 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

1import math
2
3def 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

intersectionFunction · 0.85

Tested by

no test coverage detected