A minimalistic CLI Linux program which solves quadratic equations.
This program can easily solve quadratic equations. It has an eye-catching design and user-friendly interface.
This program can be installed in a few simple steps. You should have git
, make
and g++ compiler
installed.
- Clone this repository:
git clone https://github.com/d3phys/Quadratic.git
- Build the program:
cd Quadratic/
make bin
Run <local_path_to_repo>/quadratic.out
and enjoy the process.
"Quadratic" works with a standard form quadratic equation:
ax²+bx+c=0
. Simply enter a
b
c
coefficients.
You can enter
0
instead ofa
to solve a linear equation.
Usage example:
If you want to use some modules or modify the whole program, you can check the documetation.
Check
<local_path_to_repo>/docs/compiled