scipy.special.
modfresnelp
modfresnelp(x)
Modified Fresnel positive integrals
fp :
Integral F_+(x): integral(exp(1j*t*t),t=x..inf)
F_+(x)
integral(exp(1j*t*t),t=x..inf)
kp :
Integral K_+(x): 1/sqrt(pi)*exp(-1j*(x*x+pi/4))*fp
K_+(x)
1/sqrt(pi)*exp(-1j*(x*x+pi/4))*fp
scipy.special
Enter search terms or a module, class or function name.