Fixes black failures from Previous PR (#1751)

* Fixes black failures from Previous PR

* Fixes equality testing alert

* Fixes call to main() alert

* Fixes unused import
This commit is contained in:
onlinejudge95
2020-02-13 02:19:41 +05:30
committed by GitHub
parent f0dfc4f46d
commit 4866b1330b
6 changed files with 9 additions and 7 deletions

View File

@ -6,6 +6,8 @@ Find root of function in interval [a, b] (Or find a value of x such that f(x) is
https://en.wikipedia.org/wiki/Bisection_method
"""
def equation(x: float) -> float:
"""
>>> equation(5)