From 76bff13b4d3e08f6c1765f47208dfb63e7b8f46d Mon Sep 17 00:00:00 2001 From: David Elser Date: Thu, 4 Mar 2021 10:22:15 +0100 Subject: [PATCH] final! --- module2/exo1/toy_document_en.Rmd | 2 +- module2/exo1/toy_document_en.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_en.Rmd b/module2/exo1/toy_document_en.Rmd index 6a55105..02a6e7c 100644 --- a/module2/exo1/toy_document_en.Rmd +++ b/module2/exo1/toy_document_en.Rmd @@ -17,7 +17,7 @@ pi ``` ## Buffon's needle -Applying the method of [Buffon's needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__) +Applying the method of [Buffon's needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__ ```{r} set.seed(42) diff --git a/module2/exo1/toy_document_en.html b/module2/exo1/toy_document_en.html index 80f4d8c..429eaf7 100644 --- a/module2/exo1/toy_document_en.html +++ b/module2/exo1/toy_document_en.html @@ -389,7 +389,7 @@ $(document).ready(function () {

Buffon’s needle

-

Applying the method of Buffon’s needle, we get the approximation)

+

Applying the method of Buffon’s needle, we get the approximation

set.seed(42)
 N = 100000
 x = runif(N)
-- 
2.18.1