From 19e4e53a2a8350d7472778a8a6569560e0becfb1 Mon Sep 17 00:00:00 2001 From: cbf89fc6bd203f862a5d1c0cdec12d94 Date: Mon, 9 Sep 2024 12:55:32 +0000 Subject: [PATCH] Update 4 --- module2/exo1/toy_notebook_fr.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index ce9e828..935d8b0 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# A propos du calcul de $\\pi$" + "# À propos du calcul de $\\pi$" ] }, { @@ -114,7 +114,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Il est alors aisé d’obtenir une approximation (pas terrible) de p en comptant combien de fois, en moyenne, $X^2 +Y^2$ est inférieur à 1 :" + "Il est alors aisé d’obtenir une approximation (pas terrible) de $\\pi$ en comptant combien de fois, en moyenne, $X^2 +Y^2$ est inférieur à 1 :" ] }, { -- 2.18.1