OpenGuide / C-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple C codes here , and whats more interesting is that you can even Contribute !!!
MIT License
8 stars 90 forks source link

Added (math) Quadratic Formula Example #30

Open travisjayday opened 7 years ago

travisjayday commented 7 years ago

Write a program that computes the Quadratic formula given a, b, c. I think this is a good example for using math functions in C. I commented it quite heavily too.