From 1da0994e4856046473909559983d3f8074a34971 Mon Sep 17 00:00:00 2001 From: 2391b35e42aa93fb5b9c8666a36d9044 <2391b35e42aa93fb5b9c8666a36d9044@app-learninglab.inria.fr> Date: Sat, 8 Nov 2025 21:52:04 +0000 Subject: [PATCH] Nouveau toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..2614355 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,9 +1,22 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "Exercice 2" +author: "Caroline" +date: "08/11/2025" output: html_document --- +# À propos du calcul de π + +**Arnaud Legrand** +25 juin 2018 + +## En demandant à la lib maths + +Mon ordinateur m’indique que π vaut approximativement : + +```r +pi +#> [1] 3.141593 + ```{r setup, include=FALSE} -- 2.18.1