Special mathematical functions in Julia, including Bessel, Hankel, Airy, error, Dawson, sine and cosine integrals, eta, zeta, digamma, inverse digamma, trigamma, and polygamma functions. Most of these functions were formerly part of Base.
Note: On Julia 0.7, this package downloads and/or builds
openspecfun, which is no longer built as part
of Julia.
Binaries are available for macOS, Windows, and Linux (glibc >= 2.6).
To force compilation of the library from source, set an environment variable called
JULIA_SPECIALFUNCTIONS_BUILD_SOURCE
equal to true
before running Pkg.build
.