math-functions: Special functions and Chebyshev polynomials

[ bsd2, library, math, numeric ] [ Propose Tags ]

This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing.


[Skip to Readme]

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.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
Change log ChangeLog
Dependencies base (>=4.5 && <5), deepseq, erf (>=2), vector (>=0.7), vector-th-unbox [details]
License BSD-3-Clause
Author Bryan O'Sullivan <bos@serpentine.com>, Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Maintainer Bryan O'Sullivan <bos@serpentine.com>
Revised Revision 2 made by HerbertValerioRiedel at 2016-05-17T20:46:58Z
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
head: hg clone https://bitbucket.org/bos/math-functions
Uploaded by BryanOSullivan at 2014-03-04T20:46:43Z
Distributions Arch:0.3.4.3, Debian:0.3.4.0, Fedora:0.3.4.2, FreeBSD:0.1.5.2, LTSHaskell:0.3.4.3, NixOS:0.3.4.3, Stackage:0.3.4.3, openSUSE:0.3.4.3
Reverse Dependencies 40 direct, 4682 indirect [details]
Downloads 91532 total (282 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed [all 1 reports]

Readme for math-functions-0.1.5.1

[back to package description]

math-functions: efficient, special purpose mathematical functions

This package provides a number of special-purpose mathematical functions used in statistical and numerical computing.

Where possible, we give citations and computational complexity estimates for the algorithms used.

Get involved!

Please report bugs via the github issue tracker.

Master git mirror:

  • git clone git://github.com/bos/math-functions.git

There's also a Mercurial mirror:

  • hg clone https://bitbucket.org/bos/math-functions

(You can create and contribute changes using either Mercurial or git.)

Authors

This library is written and maintained by Bryan O'Sullivan bos@serpentine.com and Aleksey Khudyakov alexey.skladnoy@gmail.com.