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.git
cd QuaqraticEquation
build
directory and change into it: mkdir build && cd build
cmake .. && make
make check
make docs
(it needs Doxygen)<myBrowser> html/index.html