scipy.special.besselpoly

scipy.special.besselpoly(x1, x2, x3[, out]) = <ufunc 'besselpoly'>

besselpoly(a, lmb, nu)

Weighed integral of a Bessel function.

\[\int_0^1 x^\lambda J_v(\nu, 2 a x) \, dx\]

where \(J_v\) is a Bessel function and \(\lambda=lmb\), \(\nu=nu\).