scipy.special.it2struve0¶
-
scipy.special.
it2struve0
(x) = <ufunc 'it2struve0'>¶ Integral related to the Struve function of order 0.
Returns the integral,
\[\int_x^\infty \frac{H_0(t)}{t}\,dt\]where \(H_0\) is the Struve function of order 0.
- Parameters
- xarray_like
Lower limit of integration.
- Returns
- Indarray
The value of the integral.
See also
Notes
Wrapper for a Fortran routine created by Shanjie Zhang and Jianming Jin [1].
References
- 1
Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f_src/special_functions/special_functions.html