Implementation of a few special functions. So far this includes
- Clausen function
- Coulomb wave functions
- Debye function
- Fresnel functions
- Struve functions
- Hypergeometric functions
- Confluent Hypergeometric functions
- Fermi-Dirac Integrals
- Inverse Fermi-Dirac integrals
- Parabolic cylinder function
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
If you find a problem with the functions or docs, please open an issue. If you want to implement a function please make a PR.
cff-version: 1.2.0
title: FewSpecialFunctions.jl
message: >-
You can cite if you want.
type: software
authors:
- given-names: Martin
family-names: Mikkelsen
email: [email protected]
repository-code: 'https://github.com/MartinMikkelsen/FewSpecialFunctions.jl'
license: MIT
version: 0.1.3
date-released: '2023-01-26'