ruffini

Monomials, Polynomials and lot more!


Keywords
algebra, algebraic-data-types, math, maths, monomials, polynomials, pypi, python, python3, ruffini
License
MIT
Install
pip install ruffini==1.3

Documentation

Ruffini (/rʊˈfiːni/, reference to Paolo Ruffini, Italian mathematician) is a simple python library to compute monomials and polynomials.

Summary

Installing

Installing via PyPI

You can easily install the most recent release of the ruffini package by downloading it from the Python Package Index (PyPI) by just doing:

pip install ruffini

Installing from source

If you want to download and install the latest version of ruffini from this repo, type

git clone https://github.com/gianluparri03/ruffini.git
cd ruffini/src
python3 setup.py install

Documentation

Documentation for this project can be found in the Read the Docs Ruffini's page in two versions:

  • latest: the docs updated on every commit of the master branch
  • stable: the docs from the latest stable release of ruffini

Authors

Click on this link to see the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for more details.