@hackage / complex-integrate

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

Latest1.0.0

About

Metadata

  • Last updated , by MarkSafronov
  • License LicenseRef-PublicDomain
  • Categories Mathematics
  • Maintained by: hijarian@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

complex-integrate

Small and simple library for integration of complex functions. Integrates functions along straight lines. Compatible with real-valued functions. Uses Simpson's method.

As of Oct, 2011 I could not find any haskell package which could provide me with something so simple as this.

cabalized: install with

$ cabal install complex-integrate

Provides you with only a single function:

integrate f n a b

which integrates f along a line between points a and b while dividing this line in n segments, providing accuracy.