typo
This commit is contained in:
@@ -528,7 +528,7 @@ For example:
|
|||||||
lim(f, c)
|
lim(f, c)
|
||||||
```
|
```
|
||||||
|
|
||||||
The numbers are displayed in decreasing order so the values on the left are read from top to bottom:
|
The numbers are displayed in decreasing order so the values on the left side of $c$ are read from bottom to top:
|
||||||
|
|
||||||
```{julia}
|
```{julia}
|
||||||
lim(f, c; dir="-") # or even lim(f, c, -)
|
lim(f, c; dir="-") # or even lim(f, c, -)
|
||||||
|
|||||||
Reference in New Issue
Block a user