From 8c55b250ecfdb4eb83851de532aa90b02cc0c9a9 Mon Sep 17 00:00:00 2001 From: 12cc772fde428a92a737775c5b8ea0f8 <12cc772fde428a92a737775c5b8ea0f8@app-learninglab.inria.fr> Date: Mon, 20 Nov 2023 15:23:03 +0000 Subject: [PATCH] Update journal_de_bord.md --- journal_de_bord.md | 1 + 1 file changed, 1 insertion(+) diff --git a/journal_de_bord.md b/journal_de_bord.md index b1fc80a..25306cd 100644 --- a/journal_de_bord.md +++ b/journal_de_bord.md @@ -45,6 +45,7 @@ Une ligne de `code` 2. Buffon’s needle Applying the method of Buffon’s needle, we get the approximation for pi in our case + 3. Using a surface fraction argument A method that is easier to understand and does not make use of the sin function is based on the fact that if X ∼ U(0, 1) and Y ∼ U(0, 1), then P[X2 + Y2 ≤ 1] = π/4 . The following code uses this approach: -- 2.18.1