scipy.special.itj0y0# scipy.special.itj0y0(x, out=None) = <ufunc 'itj0y0'># Integrals of Bessel functions of the first kind of order 0. Computes the integrals \[\begin{split}\int_0^x J_0(t) dt \\ \int_0^x Y_0(t) dt.\end{split}\] For more on \(J_0\) and \(Y_0\) see j0 and y0. Parameters xarray_likeValues at which to evaluate the integrals. outtuple of ndarrays, optionalOptional output arrays for the function results. Returns ij0scalar or ndarrayThe integral of j0 iy0scalar or ndarrayThe integral of y0