Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelio-amerio authored Mar 1, 2021
1 parent 2b7e566 commit 1e154ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ It is possible to compute integrals with unit of measurement using `Unitful`.

For example, let's compute:

<img src="https://latex.codecogs.com/png.latex?\dpi{150}&space;\int_{1m}^{2m}dy\int_{0m^2}^{x^2}&space;dx&space;\,&space;x&space;y^2" title="\int_{1m}^{2m}dy\int_{0m^2}^{x^2} dx \, x y^2" />
<img src="https://latex.codecogs.com/png.latex?\dpi{150}&space;\int_{1m}^{2m}dx\int_{0m^2}^{x^2}&space;dy&space;\,&space;x&space;y^2" title="\int_{1m}^{2m}dx\int_{0m^2}^{x^2} dy \, x y^2" />

```julia
using MultiQuad
Expand Down Expand Up @@ -204,4 +204,4 @@ using MultiQuad

func(z,y,x) = sin(z)*y*x
integral, error = tplquad(func, 0, 4, 1, 2, 2, 3)
```
```

0 comments on commit 1e154ec

Please sign in to comment.