Summary
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), integer logarithms. Note: Requires GHC >= 6.12 with the integer-gmp package for efficiency. Portability is on the to-do list (with low priority, however).
Versions
v0.11.0.1 :: 0/0.11.0.1 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / chimera : Lazy infinite streams with O(1) indexing
dev-haskell / constraints : Constraint manipulation
dev-haskell / exact-pi : Exact rational multiples of pi (and integer powers of pi)
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / integer-logarithms : Integer logarithms
dev-haskell / integer-roots : Integer roots and perfect powers
dev-haskell / mod : Fast type-safe modular arithmetic
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / quickcheck-classes : QuickCheck common typeclasses
dev-haskell / random : random number library
dev-haskell / semirings : two monoids as one, in holy haskimony
dev-haskell / smallcheck : A property-based testing library
dev-haskell / tasty : Modern and extensible testing framework
dev-haskell / tasty-hunit : HUnit support for the Tasty test framework
dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework
dev-haskell / tasty-rerun : Run tests by filtering the tests depending on the result of previous runs
dev-haskell / tasty-smallcheck : SmallCheck support for the Tasty test framework
dev-haskell / vector : Efficient Arrays
Runtime Dependencies
dev-haskell / chimera : Lazy infinite streams with O(1) indexing
dev-haskell / constraints : Constraint manipulation
dev-haskell / exact-pi : Exact rational multiples of pi (and integer powers of pi)
dev-haskell / integer-logarithms : Integer logarithms
dev-haskell / integer-roots : Integer roots and perfect powers
dev-haskell / mod : Fast type-safe modular arithmetic
dev-haskell / random : random number library
dev-haskell / semirings : two monoids as one, in holy haskimony
dev-haskell / vector : Efficient Arrays
Bugs
- 806250
- dev-haskell/arithmoi-0.11.0.1 - Math/.../SomeMod.hs: error:
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/arithmoi: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/arithmoi: bump up to 0.11.0.1
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Sergei Trofimovich · gentoo
dev-haskell/arithmoi: bump up to 0.4.3.0
Package-Manager: portage-2.3.2 - Sergei Trofimovich · gentoo
dev-haskell/arithmoi: bump up to 0.4.2.0
Package-Manager: portage-2.3.0 - Sergei Trofimovich · gentoo
dev-haskell/arithmoi: initial import, numeric library
Efficient basic number-theoretic functions. Primes, powers, integer logarithms for haskell. Package-Manager: portage-2.2.27