# 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](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
<bos@serpentine.com> and Aleksey Khudyakov
<alexey.skladnoy@gmail.com>.