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

Numerical.Integration

Synopsis

Documentation

integration Source #

Arguments

:: (CDouble -> CDouble)

integrand

-> CDouble

lower bound

-> CDouble

upper bound

-> CDouble

desired relative error

-> CInt

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