canon: Massive Number Arithmetic

[ library, math, mit ] [ Propose Tags ]

This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form, where possible. This original concept has been expanded to support arbitrary integral hyperoperations. For manipulating sums and differences, there is additional code to factor expressions of special forms. Please refer to CanonManualTests.hs and the .odp presentation files for usage examples and background.


[Skip to Readme]

Modules

[Last Documentation]

  • Math
    • NumberTheory
      • Math.NumberTheory.Canon
        • Math.NumberTheory.Canon.AurifCyclo
        • Math.NumberTheory.Canon.Simple
        • Math.NumberTheory.Canon.SpecialFunctions

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4
Change log Changes
Dependencies arithmoi (>=0.6.0.1 && <1.0), array (>=0.5.1.1 && <0.6), base (>=4.9.1.0 && <5), containers (>=0.5.7.1 && <0.7), random (>=1.0 && <1.2) [details]
License MIT
Author Frederick Schneider
Maintainer fws dot nyc at gmail dot com
Revised Revision 5 made by grandpascorpion at 2019-06-03T12:44:33Z
Category Math
Home page https://github.com/grandpascorpion/canon
Uploaded by grandpascorpion at 2019-06-01T01:51:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4792 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-06-01 [all 3 reports]

Readme for canon-0.1.1.0

[back to package description]

canon