Skip to content

Commit effee68

Browse files
committed
Update the README
1 parent ea7b396 commit effee68

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# SpecialFunctions.jl
22

3-
Special mathematical functions in Julia.
3+
Special mathematical functions in Julia, including Bessel, Hankel, Airy, error, Dawson, eta, zeta,
4+
digamma, inverse digamma, trigamma, and polygamma functions.
5+
These functions were formerly part of Base.
6+
7+
[![Travis](https://travis-ci.org/JuliaMath/SpecialFunctions.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/SpecialFunctions.jl)
8+
[![AppVeyor](https://ci.appveyor.com/api/projects/status/ccfgkm2cjcggu158/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/specialfunctions-jl/branch/master)
9+
[![Coverage Status](https://coveralls.io/repos/github/JuliaMath/SpecialFunctions.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/SpecialFunctions.jl?branch=master)
10+
11+
Latest release:
12+
[![SpecialFunctions](http://pkg.julialang.org/badges/SpecialFunctions_0.5.svg)](http://pkg.julialang.org/?pkg=SpecialFunctions)
13+
[![SpecialFunctions](http://pkg.julialang.org/badges/SpecialFunctions_0.6.svg)](http://pkg.julialang.org/?pkg=SpecialFunctions)
14+
15+
Documentation:
16+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/SpecialFunctions.jl/stable)
17+
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaMath.github.io/SpecialFunctions.jl/latest)

0 commit comments

Comments
 (0)