fix error

This commit is contained in:
jverzani
2022-07-25 21:29:56 -04:00
parent 6712bb02c4
commit 200209e2c6
3 changed files with 5 additions and 5 deletions

View File

@@ -1489,7 +1489,7 @@ numericq(0.1224)
When ``n=50`` what is the area of the Riemann sum?
```julia; hold=true; echo=false
numericq(0.1887)
numericq(0.1187)
```
Using `quadgk` what is the area under the curve?