MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / f

Function f

arithmetic_analysis/intersection.py:13–14  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

11 x_n1=x_n2
12
13def f(x):
14 return math.pow(x , 3) - (2 * x) -5
15
16if __name__ == "__main__":
17 print(intersection(f,3,3.5))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected