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_like

Values at which to evaluate the integrals.

outtuple of ndarrays, optional

Optional output arrays for the function results.

Returns:
ii0scalar or ndarray

The integral for i0

ik0scalar or ndarray

The integral for k0