Skip to content

MartinMikkelsen/FewSpecialFunctions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FewSpecialFunctions

Documentation CI codecov Aqua QA

A Julia package collecting a few special functions. Now includes over 13000 tests. Includes the following functions:

Install

Get the latest stable release with Julia's package manager:

julia ] add FewSpecialFunctions

Or use

julia ] add https://github.com/MartinMikkelsen/FewSpecialFunctions.jl

Examples

julia> using FewSpecialFunctions

julia> FermiDiracIntegral(3 / 2, 1.0)
2.6616826247307124

Some other examples

Some other examples are shown in the documentation.

CombinedPlot