Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/math-functions
Special mathematical functions
https://github.com/haskell/math-functions
Last synced: about 1 month ago
JSON representation
Special mathematical functions
- Host: GitHub
- URL: https://github.com/haskell/math-functions
- Owner: haskell
- License: bsd-2-clause
- Created: 2011-12-12T17:09:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T21:22:57.000Z (7 months ago)
- Last Synced: 2024-05-23T04:00:29.109Z (6 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/math-functions
- Size: 697 KB
- Stars: 40
- Watchers: 5
- Forks: 28
- Open Issues: 14
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# math-functions: collection of tools for numeric computations
[![Build Status](https://travis-ci.org/Shimuuar/math-functions.png?branch=master)](https://travis-ci.org/Shimuuar/math-functions)
[![Build status](https://ci.appveyor.com/api/projects/status/6xexxj9g6rnbg2q4/branch/master?svg=true)](https://ci.appveyor.com/project/Shimuuar/math-functions/branch/master)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](https://github.com/bos/math-functions/issues).Master [git mirror](https://github.com/bos/math-functions):
* `git clone git://github.com/bos/math-functions.git`
There's also a [Mercurial mirror](https://bitbucket.org/bos/math-functions):
* `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
and Aleksey Khudyakov
.