Skip to content

Commit

Permalink
Add a README
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Dec 21, 2011
1 parent c8aa7a6 commit 497e0ac
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
^dist$
\.(?:aux|eventlog|h[ip]|log|[oa]|orig|prof|ps|swp)$
~$
syntax: glob
.\#*
30 changes: 30 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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>.
6 changes: 4 additions & 2 deletions math-functions.cabal
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Name: math-functions
Version: 0.1
Version: 0.1.0.0
Cabal-Version: >= 1.8
License: BSD3
License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com>, Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Author: Bryan O'Sullivan <bos@serpentine.com>,
Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Maintainer: Bryan O'Sullivan <bos@serpentine.com>
homepage: https://github.com/bos/math-functions
Category: Math, Numeric
Expand All @@ -13,6 +14,7 @@ Description:
This library provide implementation of special functions and
Chebyshev polynomials.
Extra-source-files:
README.markdown
tests/Tests/SpecFunctions/gen.py

source-repository head
Expand Down

0 comments on commit 497e0ac

Please sign in to comment.