maxframe.tensor.special.modfresnelp# maxframe.tensor.special.modfresnelp(x, out=None)[源代码]# 修正的菲涅尔正积分 参数: x (array_like) -- 函数参数 out (tuple of ndarray, optional) -- 可选的输出数组用于存储函数结果 返回: fp (scalar or ndarray) -- 积分 F_+(x): integral(exp(1j*t*t), t=x..inf) kp (scalar or ndarray) -- 积分 K_+(x): 1/sqrt(pi)*exp(-1j*(x*x+pi/4))*fp 参见 modfresnelm