Name: complex-integrate
Version: 1.0.0
Cabal-version: >= 1.6
Synopsis: A simple integration function to integrate a complex-valued complex functions
Description:
Small and simple library for integration of complex functions.
Integrates functions along straight lines. Compatible with real-valued functions.
Uses Simpson's method.
License: PublicDomain
License-file: LICENSE
Author: Mark Safronov a.k.a. hijarian
Maintainer: hijarian@gmail.com
Category: Math
Build-type: Simple
Homepage: https://github.com/hijarian/complex-integrate
Extra-source-files: README.md
Library
Exposed-modules: Data.Complex.Integrate
Build-Depends: base >= 4.3.1.0 && < 5
Source-repository head
type: git
location: https://github.com/hijarian/complex-integrate