MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / bisection_2.py

File bisection_2.py

maths/numerical_analysis/bisection_2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Given a function on floating number f(x) and two floating numbers `a` and `b` such that
3f(a) * f(b) < 0 and f(x) is continuous in [a, b].
4Here f(x) represents algebraic or transcendental equation.

Callers

nothing calls this directly

Calls 1

bisectionFunction · 0.70

Tested by

no test coverage detected