From 7e4edd3cbee57d080fbf3573a80856e6372ee21a Mon Sep 17 00:00:00 2001 From: c4f342ae5e5291c5f1e720fbecb42719 Date: Mon, 6 Feb 2023 14:44:05 +0100 Subject: [PATCH] updated pi --- module2/exo1/toy_document_fr.Rmd | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index d82f8e3..4d43072 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,18 +1,15 @@ --- title: "À propos du calcul de pi" -author: "Alexandre de Haldat du Lys" -date: "06/02/2023" -output: - html_document: default +author: "Arnaud Legrand" +date: "25/06/2018" +output: html_document: default --- - ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ## En demandant à la lib maths - Mon ordinateur m'indique que $\pi$ vaut *approximativement* ```{r cars} -- 2.18.1