This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Compute a triple (definite) integral.
Return the triple integral of func(z, y, x) from x=a..b, y=gfun(x)..hfun(x), and z=qfun(x,y)..rfun(x,y)
Parameters : | func : function
(a,b) : tuple
gfun : function
hfun : function
qfun : function
rfun : function
args : Arguments
epsabs : float, optional
epsrel : float, optional
|
---|---|
Returns : | y : float
abserr : float
|
See also