We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d651b2e commit 57b85e7Copy full SHA for 57b85e7
lectures/functions.md
@@ -359,7 +359,7 @@ function*---as we did above.
359
Recall that $n!$ is read as "$n$ factorial" and defined as
360
$n! = n \times (n - 1) \times \cdots \times 2 \times 1$.
361
362
-We will only consider n as a positive integer here.
+We will only consider $n$ as a positive integer here.
363
364
There are functions to compute this in various modules, but let's
365
write our own version as an exercise.
@@ -523,4 +523,4 @@ draw_new(3)
523
```
524
525
```{solution-end}
526
-```
+```
0 commit comments