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

Numerical.Integration

Synopsis

Documentation

integration Source #

Arguments

:: (CDouble -> CDouble)

integrand

-> Double

lower bound

-> Double

upper bound

-> Double

desired absolute error

-> Double

desired relative error

-> Int

number of subdivisions

-> IO IntegralResult

value, error estimate, error code

Numerical integration.

data IntegralResult Source #

Constructors

IntegralResult 

Fields

Instances

Instances details
Show IntegralResult Source # 
Instance details

Defined in Numerical.Integration