modular-arithmetic: A type for integers modulo some constant.
A convenient type for working with integers modulo some constant. It saves you from manually wrapping numeric operations all over the place and prevents a range of simple mistakes. Integer
is the type of integers (mod 7) backed by Mod
7Integer
.
We also have some cute syntax for these types like ℤ/7
for integers modulo 7.
[Skip to Readme]
Downloads
- modular-arithmetic-2.0.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.0.1.1, 1.1.0.0, 1.2.0.0, 1.2.1.0, 1.2.1.1, 1.2.1.2, 1.2.1.3, 1.2.1.4, 1.2.1.5, 2.0.0.0, 2.0.0.1, 2.0.0.2, 2.0.0.3 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>4.9 && <4.17), typelits-witnesses (<0.5) [details] |
License | BSD-3-Clause |
Author | Tikhon Jelvis <tikhon@jelv.is> |
Maintainer | Tikhon Jelvis <tikhon@jelv.is> |
Revised | Revision 1 made by Bodigrim at 2023-02-06T20:05:51Z |
Category | Math |
Home page | https://github.com/TikhonJelvis/modular-arithmetic |
Bug tracker | https://github.com/TikhonJelvis/modular-arithmetic/issues |
Source repo | head: git clone git://github.com/TikhonJelvis/modular-arithmetic.git |
Uploaded | by TikhonJelvis at 2022-11-11T02:23:39Z |
Distributions | NixOS:2.0.0.3 |
Reverse Dependencies | 5 direct, 16 indirect [details] |
Downloads | 10233 total (5 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |