Skip to content

Haskell micro-library providing function to calculate Complex line integral of a complex-valued complex function

License

Notifications You must be signed in to change notification settings

hijarian/complex-integrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Haskell micro-library providing function to calculate Complex line integral of a complex-valued complex function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published