(ssa,cca)=fresnel(z) returns the fresnel sin and cos integrals: integral(sin(pi/2 * t**2),t=0..z) and integral(cos(pi/2 * t**2),t=0..z) for real or complex z.
scipy.special.dawsn
scipy.special.fresnel_zeros
Enter search terms or a module, class or function name.