This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.it2i0k0

scipy.special.it2i0k0(x[, out1, out2])

(ii0,ik0)=it2i0k0(x) returns the integrals int((i0(t)-1)/t,t=0..x) and int(k0(t)/t,t=x..infinitity).

Previous topic

scipy.special.iti0k0

Next topic

scipy.special.besselpoly

This Page