diff --git a/module2/exo1/Exo_21_gc.Rmd b/module2/exo1/Exo_21_gc.Rmd index 36d979090df27bb7497a0af75ae13eabe2509422..f22c48c27dc333360b0b94aed44a1756b4ce4ce6 100644 --- a/module2/exo1/Exo_21_gc.Rmd +++ b/module2/exo1/Exo_21_gc.Rmd @@ -5,9 +5,14 @@ date: "21/4/2021" output: html_document --- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + ## En demandant à la lib maths -Mon ordinateur m’indique que π vaut approximativement +Mon ordinateur m’indique que $π$ vaut approximativement ```{r} pi ``` @@ -42,6 +47,3 @@ Il est alors aisé d’obtenir une approximation (pas terrible) de π en comptan -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -```