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