lsonnino / math-unix-solver

Repository from Github https://github.comlsonnino/math-unix-solverRepository from Github https://github.comlsonnino/math-unix-solver

math-unix-solver

An utility containing multiple executables to solve math problems

Usage

The current version only has one utility:

  • secSolver finds the root of a second degree polynome

Installation

Building

If the build folder does not exists, create it:

mkdir build

Then simply execute the command

make

Install

If the INSTALL is not executable, make it executable:

chmod +x INSTALL

Simply execute:

sudo ./INSTALL

Uninstall

If the UNINSTALL is not executable, make it executable:

chmod +x UNINSTALL

Simply execute

sudo ./UNINSTALL

License

This library is under the GNU GENERAL PUBLIC LICENSE. Please see the LICENSE file for more informations.

About

License:GNU General Public License v3.0


Languages

Language:C 86.3%Language:Makefile 9.2%Language:Shell 4.5%