@hackage arithmoi0.5.0.0
Efficient basic number-theoretic functions.
Categories
License
MIT
Maintainer
Carter Schonwald carter at wellposed dot com, Andrew Lelechenko andrew dot lelechenko at gmail dot com
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- array >=0.5 && <0.6
- base >=4.7 && <5
- containers >=0.5 && <0.6
- exact-pi >=0.4.1.1
- ghc-prim <0.6
- integer-gmp <1.1 Show all…
Dependents (28)
@hackage/diagrams-contrib, @hackage/constructible, @hackage/enumeration, @hackage/cryptol, @hackage/quadratic-irrational, @hackage/grfn, Show all…
Package Flags
check-bounds
(off by default)
Replace unsafe array operations with safe ones
A library of basic functionality needed for number-theoretic calculations. The aim of this library is to provide efficient implementations of the functions. Primes and related things (totients, factorisation), powers (integer roots and tests, modular exponentiation).