From 02a5943eaec7797581ee555fb68a3dc00d426d7e Mon Sep 17 00:00:00 2001 From: 26409e76addd01285a23d94b61746792 <26409e76addd01285a23d94b61746792@app-learninglab.inria.fr> Date: Sat, 29 May 2021 13:24:00 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..717dbe4 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,9 +1,15 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "A propos du calcul de pi" +author: "Guillaume Florent" +date: "29 mai 2021" output: html_document --- +# En demandant à la lib maths + +Mon ordinateur m'indique que $\pi$ vaut *approximativement* + +``` {r} +lib maths ```{r setup, include=FALSE} -- 2.18.1