|
Eq2deg
|
The tools have some limitations:
x^2 cannot be nullThe 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.
git clone git@github.com:cpp-projects-showcase/QuaqraticEquation.gitcd QuaqraticEquationbuild directory and change into it: mkdir build && cd buildcmake .. && makemake checkmake docs (it needs Doxygen)<myBrowser> html/index.html
1.8.13