[SciPy-user] Bug in docstring special.k0?
Nils Wagner
nwagner at mecha.uni-stuttgart.de
Mon Mar 20 10:12:02 CST 2006
In [10]:special.k0?
Type: ufunc
String Form: <ufunc 'k0'>
Namespace: Interactive
Docstring:
y = k0(x) y=i0(x) returns the modified Bessel function of the third
kind of
order 0 at x.
http://mathworld.wolfram.com/IModifiedBesselFunctionoftheSecondKind.html
It should be
y=k0(x) returns the modified Bessel function of the second kind of order
0 at x.
Nils
More information about the SciPy-user
mailing list