hagai-helman / modulo

Pure Python library for working with modular arithmetic, congruence closures, and finite fields.

Home Page:https://pypi.org/project/modulo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modulo

Pure Python library for working with modular arithmetic, congruence classes, and finite fields.

PyPI version and link.

Purpose

The library allows users to work with congruence classes (or, equivalently, finite field elements) as objects, with support for many common operations.

Package Installation and Usage

The package is available on PyPI:

python -m pip install modulo

The library can be imported in the usual way:

from modulo import modulo

About

Pure Python library for working with modular arithmetic, congruence closures, and finite fields.

https://pypi.org/project/modulo

License:MIT License


Languages

Language:Python 100.0%