Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

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.it2struve0

scipy.special.it2struve0(x) = <ufunc 'it2struve0'>

Integral related to the Struve function of order 0.

Returns the integral,

xH0(t)tdt

where 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

struve

Notes

Wrapper for a Fortran routine created by Shanjie Zhang and Jianming Jin [R383].

References

[R383](1, 2) Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. http://jin.ece.illinois.edu/specfunc.html