This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.hyp2f0
-
scipy.special.hyp2f0(x1, x2, x3, x4[, out1, out2]) = <ufunc 'hyp2f0'>
(y,err)=hyp2f0(a,b,x,type) returns (y,err) with the hypergeometric function 2F0 in y and an error estimate in err. The input type determines a convergence factor and
can be either 1 or 2.