diff --git a/journal_de_bord.md b/journal_de_bord.md index b1fc80a26ccd922e97822c28afbe8221d5855793..25306cd3f427dc9c0fc0a152376166366b6fcfc4 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: