A Julia package collecting a few special functions. Now includes over 13000 tests. Includes the following functions:
- Clausen functions
- Marcum-Q functions
- Parabolic cylinder functions
- Coulomb wave functions
- Debye functions
- Fermi-Dirac integrals
- Fresnel integrals
Get the latest stable release with Julia's package manager:
julia ] add FewSpecialFunctions
Or use
julia ] add https://github.com/MartinMikkelsen/FewSpecialFunctions.jl
julia> using FewSpecialFunctions
julia> FermiDiracIntegral(3 / 2, 1.0)
2.6616826247307124
Some other examples are shown in the documentation.