diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 644065f1aea68fdb16b0f5ac9013388d32afbd4a..0cc7d0dc865cdc92420bf489157c590e224e6cdc 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)