Update intermediate_value_theorem.qmd and continuity.qmd

some typos.
This commit is contained in:
Fang Liu
2023-04-25 15:27:55 +08:00
parent 745c2adeb6
commit 16a3d08546
2 changed files with 14 additions and 14 deletions

View File

@@ -472,7 +472,7 @@ val = sin(2pi * cos(2pi * 1/4))
numericq(val)
```
What is $\lim{x \rightarrow 0.25} g(f(x))$?
What is $\lim_{x \rightarrow 0.25} g(f(x))$?
```{julia}