Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
:: Char | cubature version, |
-> ([Double] -> Double) | integrand |
-> Int | dimension (number of variables) |
-> [Double] | lower limits of integration |
-> [Double] | upper limits of integration |
-> Double | desired relative error |
-> IO Result | output: integral value and error estimate |
Multivariate integration on an axis-aligned box.