Merge pull request #155 from aligurbu/patch-2

Include Julia plot for limit function
This commit is contained in:
john verzani
2026-02-02 16:54:34 -05:00
committed by GitHub

View File

@@ -1371,6 +1371,12 @@ $$
The limit exists, what is the value?
```{julia}
#| hold: true
#| echo: false
f(x) = (cos(x) - 1)/x
p = plot(f, -1, 1)
```
```{julia}
#| hold: true