numerical-integration-0.1.0.2: Numerical integration.
Safe HaskellNone
LanguageHaskell2010

Numerical.Integration

Synopsis

Documentation

integration Source #

Arguments

:: (Double -> Double)

integrand

-> Double

lower bound

-> Double

upper bound

-> Double

desired relative error

-> Int

number of subdivisions

-> IO (Double, Double, Int)

value, error estimate, error code

Numerical integration.