scipy.special.itmodstruve0#
- scipy.special.itmodstruve0(x, out=None) = <ufunc 'itmodstruve0'>#
Integral of the modified Struve function of order 0.
\[I = \int_0^x L_0(t)\,dt\]- Parameters
- xarray_like
Upper limit of integration (float).
- outndarray, optional
Optional output array for the function values
- Returns
- Iscalar or ndarray
The integral of \(L_0\) from 0 to x.
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