From c09b28084f622143f70c7be0618152f0840442a7 Mon Sep 17 00:00:00 2001 From: cbf6005be5dde3b638aeb914d38a6a52 Date: Tue, 15 Jun 2021 08:19:21 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 9509faf..5386973 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -10,7 +10,7 @@ knitr::opts_chunk$set(echo = TRUE) ``` ## En demandant à la lib maths -Mon ordinateur m’indique que π vaut _approximativement_ +Mon ordinateur m'indique que $\pi$ vaut *approximativement* ```{r cars} pi @@ -44,4 +44,5 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ```{r} 4*mean(df$Accept) -``` \ No newline at end of file +``` + -- 2.18.1