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_like

Values at which to evaluate the integrals.

outtuple of ndarrays, optional

Optional output arrays for the function results.

Returns:
ij0scalar or ndarray

The integral of j0

iy0scalar or ndarray

The integral of y0