MartinMikkelsen / FewSpecialFunctions.jl

Few special functions in Julia. Includes Clausen function, Coulomb wave functions, Debye function, Fresnel functions, Struve function, Hypergeometric functions, Confluent hypergeometric functions, Fermi-Dirac
https://martinmikkelsen.github.io/FewSpecialFunctions.jl/dev
MIT License
13 stars 2 forks source link

Parabolic cylinder function #7

Open MartinMikkelsen opened 1 year ago

MartinMikkelsen commented 1 year ago

Implement the parabolic cylinder function

U(a,z) = \frac{\text{e}^{-\frac{1}{4}z^2}}{\Gamma(1/2+a)} \int_0^\infty t^{a-\frac{1}{2}}\text{e}^{-\frac{1}{2}t^2-zt} \, \text{d}t,

Parabolic cylinder function

MariusVB commented 2 months ago

What's the progress on this?

MartinMikkelsen commented 2 months ago

Not much progress, its a good first issue