diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index bb7b20f1c090ddac35c179762c4e6f1fd5fc83c5..5386973eab74521db4dc386c681b8eb3e402c969 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -21,7 +21,7 @@ Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedi ```{r} set.seed(42) -N=100000 +N = 100000 x = runif(N) theta = pi/2*runif(N) 2/(mean(x+sin(theta)>1))