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

File bisection.py

arithmetic_analysis/bisection.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import math
2
3
4def bisection(function, a, b): # finds where the function becomes 0 in [a,b] using bolzano

Callers

nothing calls this directly

Calls 1

bisectionFunction · 0.85

Tested by

no test coverage detected