Równanie kwadratowe

ax² + bx + c = 0


x1 = (-b + sqrt(b^2 - 4*a*c)) / 2*a
x2 = (-b - sqrt(b^2 - 4*a*c)) / 2*a