Skip to content
forked from lapets/modulo

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

License

Notifications You must be signed in to change notification settings

hagai-helman/modulo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%