SpecialFunctions.jl icon indicating copy to clipboard operation
SpecialFunctions.jl copied to clipboard

Add Fresnel integral

Open ErikQQY opened this issue 2 years ago • 1 comments

Hello guys, I notice there are Fresnel integral related docs there, but I don't see any implementation about Fresnel integral or auxiliary Fresnel integral, so I think this part is missing?

In MATLAB, we can use fresnels and fresnelc to compute the Fresnel integral, so I think it would be great to have that support in SpecialFunctions.jl

Besides, I notice there is an implementation out there: https://github.com/kiranshila/FresnelIntegrals.jl

ErikQQY avatar Apr 23 '22 14:04 ErikQQY

I ported the code of the repository you proposed in the package (see PR #407) This is my first github contribution, please tell me if all is ok.

curio-sitas avatar Jul 14 '22 12:07 curio-sitas