many edits

This commit is contained in:
jverzani
2024-04-26 18:26:12 -04:00
parent 6e807edb46
commit 4f924557ad
45 changed files with 326 additions and 296 deletions

View File

@@ -153,7 +153,7 @@ Some functions only have one-sided limits as they are not defined in an interval
```{julia}
limit(x^x, x, 0, dir="+")
limit(x^x, x=>0, dir="+")
```
This agrees with the IEEE convention of assigning `0^0` to be `1`.