Update toy_document_fr.Rmd

parent 55ba789b
...@@ -10,7 +10,7 @@ knitr::opts_chunk$set(echo = TRUE) ...@@ -10,7 +10,7 @@ knitr::opts_chunk$set(echo = TRUE)
``` ```
## En demandant à la lib maths ## En demandant à la lib maths
Mon ordinateur m’indique que π vaut _approximativement_ Mon ordinateur m'indique que $\pi$ vaut *approximativement*
```{r cars} ```{r cars}
pi pi
...@@ -44,4 +44,5 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ...@@ -44,4 +44,5 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta
```{r} ```{r}
4*mean(df$Accept) 4*mean(df$Accept)
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment