math-functions: Collection of tools for numeric computations
This library contain collection of various utilities for numerical computing. So far there're special mathematical functions, compensated summation algorithm, summation of series, root finding for real functions, polynomial summation and Chebyshev polynomials.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
system-expm1 | Use expm1 provided by system. For GHC newer that 8.0, GHCJS, and on Windows has no effect. GHC>=8.0 provides expm1 so it's used. On GHCJS and on Windows we don't have C implementation so bundled one is used instead. | Enabled |
system-erf | Use erf and erfc provided by system. On GHCJS version provided by library is used regardless of flag for that lack of libc. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- math-functions-0.3.4.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.3.0, 0.1.4.0, 0.1.5.1, 0.1.5.2, 0.1.6.0, 0.1.7.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.1.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.3.4.0, 0.3.4.1, 0.3.4.2, 0.3.4.3, 0.3.4.4 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.5 && <5), data-default-class (>=0.1.2.0), deepseq, primitive, vector (>=0.11) [details] |
Tested with | ghc ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1, ghcjs ==8.4 |
License | BSD-2-Clause |
Author | Bryan O'Sullivan <bos@serpentine.com>, Alexey Khudyakov <alexey.skladnoy@gmail.com> |
Maintainer | Alexey Khudyakov <alexey.skladnoy@gmail.com> |
Revised | Revision 1 made by AlexeyKhudyakov at 2020-05-16T19:00:02Z |
Category | Math, Numeric |
Home page | https://github.com/bos/math-functions |
Bug tracker | https://github.com/bos/math-functions/issues |
Source repo | head: git clone https://github.com/bos/math-functions |
Uploaded | by AlexeyKhudyakov at 2020-05-16T16:54:13Z |
Distributions | Arch:0.3.4.4, Debian:0.3.4.0, Fedora:0.3.4.4, FreeBSD:0.1.5.2, LTSHaskell:0.3.4.4, NixOS:0.3.4.4, Stackage:0.3.4.4, openSUSE:0.3.4.4 |
Reverse Dependencies | 41 direct, 4868 indirect [details] |
Downloads | 95449 total (6 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |