maxframe.tensor.special.modfresnelm#

maxframe.tensor.special.modfresnelm(x, out=None)[源代码]#

修正的菲涅耳负积分

参数:
  • x (array_like) -- 函数参数

  • out (tuple of ndarray, optional) -- 函数结果的可选输出数组

返回:

  • fm (scalar or ndarray) -- 积分 F_-(x): integral(exp(-1j*t*t), t=x..inf)

  • km (scalar or ndarray) -- Integral K_-(x): 1/sqrt(pi)*exp(1j*(x*x+pi/4))*fm

参见

modfresnelp