S = lambda a,b:((a**2-4*b)**0.5 - a)/2 x=S(-5,2) print(x**2+-(5*x)+2)
To embed this project on your website, copy the following code and paste it into your website's HTML: