modernpython
modernpython copied to clipboard
maybe mistake in test_quadratic.py
Hi, maybe to late, but the second assert should be: assert cmath.isclose(ax2**2 + bx2 + c, 0.0, abs_tol=0.0001)