scipy.special.modfresnelp#

scipy.special.modfresnelp(x, out=None) = <ufunc 'modfresnelp'>#

修正的菲涅耳正積分

參數:
xarray_like

函數引數

outndarray 元組,可選

函數結果的可選輸出陣列

回傳:
fp純量或 ndarray

積分 F_+(x): integral(exp(1j*t*t), t=x..inf)

kp純量或 ndarray

積分 K_+(x): 1/sqrt(pi)*exp(-1j*(x*x+pi/4))*fp

參見

modfresnelm