Skip to content

haskell/math-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eeab264 · Apr 8, 2024
Apr 2, 2024
Mar 24, 2024
Apr 2, 2024
Apr 2, 2024
Apr 2, 2024
Sep 22, 2019
Apr 23, 2016
Oct 17, 2023
May 13, 2018
Sep 8, 2019
Dec 21, 2011
Dec 1, 2016
Dec 16, 2011
May 13, 2018
Dec 16, 2011
Jul 14, 2020
Mar 24, 2024
Apr 2, 2024
May 13, 2018

Repository files navigation

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.