An utility containing multiple executables to solve math problems
The current version only has one utility:
secSolver
finds the root of a second degree polynome
If the build folder does not exists, create it:
mkdir build
Then simply execute the command
make
If the INSTALL
is not executable, make it executable:
chmod +x INSTALL
Simply execute:
sudo ./INSTALL
If the UNINSTALL
is not executable, make it executable:
chmod +x UNINSTALL
Simply execute
sudo ./UNINSTALL
This library is under the GNU GENERAL PUBLIC LICENSE. Please see the LICENSE file for more informations.