canon: Massive Number Arithmetic
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
This library allows one to manipulate of practically unlimited by keeping them in factored "canonical" form. For manipulating sums and differences, there is additional code to factor expressions of special forms.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 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-19T21:32:43Z |
Modules
[Index]
Downloads
- canon-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees