complex-integrate-1.0.0: A simple integration function to integrate a complex-valued complex functions

Data.Complex.Integrate

Description

Integration of complex and real functions along straight lines

Synopsis

Documentation

integrateSource

Arguments

:: Fractional v 
=> (v -> v)

Function to be integrated

-> Integer

Number of discretization segments

-> v

Lower limit of the integration, and it's complex number

-> v

Upper limit of the integration, and it's complex number, too

-> v

Integration result

Integration of complex function using Simpson's rule