This is documentation for an old release of SciPy (version 0.18.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.itstruve0¶
- scipy.special.itstruve0(x) = <ufunc 'itstruve0'>¶
Integral of the Struve function of order 0.
I=∫x0H0(t)dtParameters: x : array_like
Upper limit of integration (float).
Returns: I : ndarray
The integral of H0 from 0 to x.
See also
Notes
Wrapper for a Fortran routine created by Shanjie Zhang and Jianming Jin [R386].
References
[R386] (1, 2) Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. http://jin.ece.illinois.edu/specfunc.html