Eq2deg
C++ Course - Second Degree Equations

What is this repository for?

The tools have some limitations:

The Eq2deg class is designed to deal with equations having real roots. It throws an exception in case of negative discriminant.

The Eq2degComp class is derived from Eq2deg and allow complex roots. The coefficients need to be real numbers.

How do I get set up?