scipy.special.modfresnelm#

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

修改后的弗涅耳负积分

参数:
xarray_like

函数参数

outndarray 元组,可选

函数结果的输出数组(可选)

返回:
fm标量或 ndarray

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

km标量或 ndarray

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

另请参见

modfresnelp