@hackage arithmoi0.13.3.0
Efficient basic number-theoretic functions.
Categories
License
MIT
Maintainer
Andrew Lelechenko <andrew.lelechenko@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (17)
- array >=0.5.4.0 && <0.6
- base >=4.15 && <5
- bitvec >=1.1 && <1.2
- chimera >=0.3 && <0.5
- constraints <0.15
- containers >=0.5.11 && <0.9 Show all…
Dependents (28)
@hackage/diagrams-contrib, @hackage/constructible, @hackage/enumeration, @hackage/cryptol, @hackage/quadratic-irrational, @hackage/grfn, Show all…
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).