poly: Polynomials

[ bsd3, library, math, numerical ] [ Propose Tags ]
This version is deprecated.

A type to represent polynomials with Num and Semiring instances.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.3.0, 0.4.0.0, 0.5.0.0, 0.5.1.0 (info)
Change log changelog.md
Dependencies base (>=4.8 && <5), semirings (>=0.1), vector [details]
License BSD-3-Clause
Copyright 2019 Andrew Lelechenko
Author Andrew Lelechenko
Maintainer andrew.lelechenko@gmail.com
Revised Revision 1 made by Bodigrim at 2021-08-22T20:59:59Z
Category Math, Numerical
Home page https://github.com/Bodigrim/poly#readme
Source repo head: git clone https://github.com/Bodigrim/poly
Uploaded by Bodigrim at 2019-04-21T18:28:43Z
Distributions LTSHaskell:0.5.1.0, Stackage:0.5.1.0
Reverse Dependencies 5 direct, 11 indirect [details]
Downloads 3775 total (51 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-04-21 [all 1 reports]

Readme for poly-0.1.0.0

[back to package description]

poly

A type to represent polynomials with Num and Semiring instances.