Correction d'espaces

parent 58bd0e5e
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"# À propos du calcul de $\\pi$\n", "# À propos du calcul de $\\pi$\n",
"\n",
"## En demandant à la lib maths\n", "## En demandant à la lib maths\n",
"Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*"
] ]
...@@ -108,7 +109,7 @@ ...@@ -108,7 +109,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"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 :" "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 :"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment