scipy.special.iti0k0# scipy.special.iti0k0(x, out=None) = <ufunc 'iti0k0'># Integrals of modified Bessel functions of order 0. Computes the integrals \[\begin{split}\int_0^x I_0(t) dt \\ \int_0^x K_0(t) dt.\end{split}\] For more on \(I_0\) and \(K_0\) see i0 and k0. Parameters xarray_likeValues at which to evaluate the integrals. outtuple of ndarrays, optionalOptional output arrays for the function results. Returns ii0scalar or ndarrayThe integral for i0 ik0scalar or ndarrayThe integral for k0