jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
43.16k stars 17.92k forks source link

Python Program to Solve Quadratic Equation #278

Closed Pranjalsinghrathore63 closed 4 years ago

Pranjalsinghrathore63 commented 4 years ago

This program computes roots of a quadratic equation when coefficients a, b and c are known.