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