All Projects → JuliaMath → HypergeometricFunctions.jl

JuliaMath / HypergeometricFunctions.jl

Licence: MIT License
A Julia package for calculating hypergeometric functions

Programming Languages

julia
2034 projects

HypergeometricFunctions.jl

Build Status codecov

A Julia package for calculating hypergeometric functions

This package implements the generalized hypergeometric function pFq([a1,…,am], [b1,…,bn], z). In particular, the Gauss hypergeometric function is available as _₂F₁(a, b, c, z), confluent hypergeometric function is available as _₁F₁(a, b, z) ≡ HypergeometricFunctions.M(a, b, z) and HypergeometricFunctions.U(a, b, z), as well as _₃F₂([a1, a2, a3], [b1, b2], z).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].