From 430e3047f82bbf24f496d889120a12542664f95b Mon Sep 17 00:00:00 2001 From: 732afbed1f51733fba4ec4ed0e9bd727 <732afbed1f51733fba4ec4ed0e9bd727@app-learninglab.inria.fr> Date: Fri, 6 Oct 2023 15:56:52 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index a8a07cd..5386973 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,16 +1,16 @@ --- -title: "À propos du calcul de $\pi$" +title: "À propos du calcul de pi" author: "Arnaud Legrand" date: "25 juin 2018" output: html_document --- ```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) +knitr::opts_chunk$set(echo = TRUE) ``` ## En demandant à la lib maths -Mon ordinateur m'indique que $\pi$ vaut *approximativement* : +Mon ordinateur m'indique que $\pi$ vaut *approximativement* ```{r cars} pi -- 2.18.1