Skip to content

Commit

Permalink
Replace picture of integral in README with rendered LaTeX code (#73)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
giordano authored Sep 23, 2024
1 parent 4bc5e9d commit 765bd54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ The HCubature module is a pure-Julia implementation of
multidimensional "h-adaptive" integration. That is, given
an n-dimensional integral

![n-dimensional integral](integral.png)
```math
\int_{a_1}^{b_1} \int_{a_2}^{b_2} \cdots \int_{a_n}^{b_n} f(\vec{x})\,\mathrm{d}^n\vec{x}
```

then `hcubature(f, a, b)` computes the integral, adaptively subdividing
the integration volume into smaller and smaller pieces until convergence
Expand Down
Binary file removed integral.png
Binary file not shown.

0 comments on commit 765bd54

Please sign in to comment.