Computer Science, asked by wwwarishkumaran6, 6 months ago

Write following expression in Python x=-b+√b2-4c/2a​

Answers

Answered by pratikchoudhari
9

x = (-b+math.sqrt(pow(b,2) - (4*c))) / (2*a)

Answered by mussvm10
0

Answer:

IDK

Explanation:

I Don't Know

And I Hope it helps you

Similar questions