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