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. 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]

Downloads

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 && <0.7), array (>=0.5.1.1 && <0.6), base (>=4.9.1.0 && <5), containers (>=0.5.7.1 && <0.6), polynomial (>=0.7.3 && <0.8) [details]
License MIT
Author Frederick Schneider
Maintainer frederick dot schneider2011 at gmail dot com
Category Math
Home page https://github.com/grandpascorpion/canon
Uploaded by grandpascorpion at 2018-02-22T19:50:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4805 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-22 [all 1 reports]

Readme for canon-0.1.0.3

[back to package description]
Please refer to the test-suite/CanonManualTests.hs and the goBigOrGoHome.odp presentation for usage and further detail.