Skip to content

lsonnino/math-unix-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
lsonnino
Jun 7, 2019
3ce3aad · Jun 7, 2019

History

6 Commits
May 20, 2019
Jun 7, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019

Repository files navigation

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.