Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Complex Function Integral

[`mathjs`](https://mathjs.org) is a powerful library for mathematical operations, including support for complex numbers. Unfortunately, [it does not yet provide a built-in function for computing the integral of a complex function](https://github.com/josdejong/mathjs/discussions/2748).
[`mathjs`](https://mathjs.org) is a powerful library for mathematical operations, including support for complex numbers. Unfortunately, [it does not yet provide a built-in function for computing integrals](https://github.com/josdejong/mathjs/discussions/2748), and in particular it lacks support for complex function integrals.

This library fills that gap by providing a simple interface to compute the integral of a complex function over the interval `[0, 1]`. The integral is computed using a simple midpoint Riemann sum with a default of 1000 subdivisions.

Expand Down