diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 9d0e81c826d58697bbdf8ccdc50f938403ce2839..c89e62532fcf3e0d1ec8dd746257680f31c66e40 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,9 +1,11 @@ +--- title: "À propos du calcul de pi" -author: _Arnaud Legrand_ -date: _25 juin 2018_ +author: "Ilya Meignan--Masson" +date: "2022-10-17" output: html_document --- + ## En demandant à la lib maths Mon ordinateur m’indique que $\pi$ vaut *approximativement* @@ -46,4 +48,3 @@ Il est alors aisé d’obtenir une approximation (pas terrible) de $\pi$ en comp ```{r} 4*mean(df$Accept) ``` -