From 3d9b62f657a9845d284d3a24795346094a5429ae Mon Sep 17 00:00:00 2001 From: 86621f16ad0fad66f2f2cf725abef6bd <86621f16ad0fad66f2f2cf725abef6bd@app-learninglab.inria.fr> Date: Tue, 14 Apr 2020 18:53:38 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index b71dae3..5215b2a 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -18,8 +18,7 @@ pi ``` ## En utilisant la méthode des aiguilles de Buffon -Mais calculé avec la __méthode__ des [aiguilles de Buffon] -(https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ : +Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ : ```{r} set.seed(42) @@ -46,4 +45,4 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ```{r} 4*mean(df$Accept) -``` +``` \ No newline at end of file -- 2.18.1