You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This python script calculates the roots quadratic equations, aka when (a)x^2 + (b)x + (c) = 0.
If the answer is not real, it will output a number multiplied by i = root of -1.