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.


Keywords
library, math, numeric, Propose Tags, Skip to Readme, Index, Quick Jump, Numeric.MathFunctions.Comparison, Numeric.MathFunctions.Constants, Numeric.Polynomial, Numeric.Polynomial.Chebyshev, Numeric.RootFinding, Numeric.Series, Numeric.SpecFunctions, Numeric.SpecFunctions.Extra, Numeric.Sum, More info, math-functions-0.3.4.4.tar.gz, browse, Package description, Package maintainers, AlexeyKhudyakov, BryanOSullivan, edit package information , github issue tracker, git mirror, Mercurial mirror, bos@serpentine.com, alexey.skladnoy@gmail.com
License
BSD-2-Clause
Install
cabal install math-functions-0.3.4.4

Documentation

math-functions: collection of tools for numeric computations

Build Status Build status

This package provides collection of various tools for numeric computations. Namely:

  • Number pure haskell implementations of special function which are used in statistical and numerical computing.

  • Compensated summation (Kahan summation) which allows to

  • Root finding for functions of single real variable

  • Series summation

  • Functions for comparing IEEE754 numbers

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.