From 2294fdcff3f0f2065d3a43f3d7c402219ab079cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Javoy?= Date: Fri, 9 Jun 2023 14:27:21 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 644065f..0cc7d0d 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,10 +1,23 @@ --- title: "A propos du calcul de pi" -author: "Votre nom" -date: "La date du jour" +author: "Arnaud Legrand" +date: "25 juin 2018" output: html_document --- +# En demandant à la lib maths +Mon ordinateur m'indique que vaut $\pi$ *approximativement* + +``` +pi + +``` + +``` +[1] 3.141593 + +``` + ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) -- 2.18.1