|
2 | 2 |
|
3 | 3 | Special mathematical functions in Julia, including Bessel, Hankel, Airy, error, Dawson, sine and cosine integrals,
|
4 | 4 | eta, zeta, digamma, inverse digamma, trigamma, and polygamma functions.
|
5 |
| -Most of these functions were formerly part of Base. |
| 5 | +Most of these functions were formerly part of Base in early versions of Julia. |
6 | 6 |
|
7 |
| -Note: On Julia 0.7, this package downloads and/or builds |
8 |
| -[openspecfun](https://github.com/JuliaLang/openspecfun), which is no longer built as part |
9 |
| -of Julia. |
10 |
| -Binaries are available for macOS, Windows, and Linux (glibc >= 2.6). |
| 7 | +This package downloads and builds [openspecfun](https://github.com/JuliaLang/openspecfun). |
| 8 | +Binaries are available for macOS, Windows, FreeBSD, and Linux (glibc >= 2.6). |
11 | 9 | To force compilation of the library from source, set an environment variable called
|
12 | 10 | `JULIA_SPECIALFUNCTIONS_BUILD_SOURCE` equal to `true` before running `Pkg.build`.
|
13 | 11 |
|
14 |
| -[](https://travis-ci.org/JuliaMath/SpecialFunctions.jl) |
15 |
| -[](https://ci.appveyor.com/project/ararslan/specialfunctions-jl/branch/master) |
16 |
| -[](https://coveralls.io/github/JuliaMath/SpecialFunctions.jl?branch=master) |
| 12 | +| System | Test Status | |
| 13 | +| :----- | :---------: | |
| 14 | +| Linux/macOS | [](https://travis-ci.org/JuliaMath/SpecialFunctions.jl) | |
| 15 | +| Windows | [](https://ci.appveyor.com/project/ararslan/specialfunctions-jl/branch/master) | |
| 16 | +| FreeBSD | [](https://cirrus-ci.com/github/JuliaMath/SpecialFunctions.jl) | |
17 | 17 |
|
18 |
| -Latest release: |
19 |
| -[](http://pkg.julialang.org/?pkg=SpecialFunctions) |
| 18 | +Coverage: |
| 19 | +[](https://coveralls.io/github/JuliaMath/SpecialFunctions.jl?branch=master) |
20 | 20 |
|
21 | 21 | Documentation:
|
22 | 22 | [](https://JuliaMath.github.io/SpecialFunctions.jl/stable)
|
|
0 commit comments