symtegration: Library for symbolic integration of mathematical expressions.
[ apache, integration, library, mathematics, symbolic-computation ]
[ Propose Tags ]
[ Report a vulnerability ]
Symtegration is a library providing symbolic integration of mathematical expressions.
For example,
>>>
import Symtegration
>>>
toHaskell <$> integrate "x" (4 * "x" ** 3 + 1)
Just "x + x ** 4"
See the Symtegration module for the main interface.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- symtegration-0.6.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.6.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | ad (>=4.5 && <4.6), base (>=4.18 && <4.22), containers (>=0.6 && <0.8), text (>=2.0 && <2.2), text-show (>=3.10 && <3.12) [details] |
Tested with | ghc ==9.12.1 || ==9.10.1 || ==9.8.4 || ==9.6.6 |
License | Apache-2.0 |
Copyright | Copyright 2025 Yoo Chung |
Author | Yoo Chung |
Maintainer | dev@chungyc.org |
Category | Mathematics, Symbolic Computation |
Home page | https://symtegration.dev/ |
Bug tracker | https://github.com/symtegration/symtegration/issues |
Source repo | head: git clone https://github.com/symtegration/symtegration |
Uploaded | by chungyc at 2025-01-30T20:41:47Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 17 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2025-01-30 [all 1 reports] |