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