This commit is contained in:
jverzani
2025-07-29 17:11:34 -04:00
parent 50cb645452
commit 8398f21b87
6 changed files with 9 additions and 9 deletions

View File

@@ -1247,7 +1247,7 @@ Why is $F'(x) = \text{erf}'(x)$?
```{julia}
#| echo: false
choices = ["The integrand is an *even* function so the itegral from ``0`` to ``x`` is the same as the integral from ``-x`` to ``0``",
choices = ["The integrand is an *even* function so the integral from ``0`` to ``x`` is the same as the integral from ``-x`` to ``0``",
"This isn't true"]
radioq(choices, 1; keep_order=true)
```