scipy.special.modfresnelm#

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

修正菲涅尔负积分

参数:
xarray_like

函数参数

ndarray 的元组,可选

函数结果的可选输出数组

返回:
fm标量或ndarray

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

公里标量或ndarray

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

参见

modfresnelp