Commit e9aee938 authored by Mathilde Foucteau's avatar Mathilde Foucteau

Exercice tentative 4, ultimate minor changes

parent c3cac706
...@@ -12,7 +12,7 @@ knitr::opts_chunk$set(echo = TRUE) ...@@ -12,7 +12,7 @@ knitr::opts_chunk$set(echo = TRUE)
## En demandant à la lib maths ## En demandant à la lib maths
Mon ordinateur m'indique que $\pi$ vaut *approximativement* Mon ordinateur m'indique que $\pi$ vaut *approximativement*
```{r} ```{r cars}
pi pi
``` ```
...@@ -44,6 +44,4 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ...@@ -44,6 +44,4 @@ 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