Hopefully this will help people with homework troubles! ---------------------------------------------------------------------------------------------------- The basics: A quadratric equation, for those who don't know, is an equation that uses a squared term. They also have two solutions. ---------------------------------------------------------------------------------------------------- The more complex parts: If your equation cannot be solved with real numbers, the program will tell you what it is using 'i' (if you do engineering, you will know it as 'j'), which is the square root of -1.
I used the quadratic formula for this to test, set a to 1, b to 7, and c to 10 the result will be either -2 or -5 IF THIS PROJECT WAS HELPFUL, LIKE OR FAVOURITE IT.