@hackage modular-arithmetic1.1.0.0
A type for integers modulo some constant.
Categories
License
BSD-3-Clause
Maintainer
tikhon@jelv.is
Links
Versions
Installation
Dependencies (1)
Dependents (5)
@hackage/acme-everything, @hackage/enumerate, @hackage/crypto-classical, @hackage/array-forth, @hackage/hmt
This module provides 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.
It also provides some really cute syntax for these types
like ℤ/7 for integers modulo 7.