addition

parent bb455636
...@@ -36,16 +36,25 @@ ...@@ -36,16 +36,25 @@
} }
], ],
"source": [ "source": [
"from math import*\n", "from math import *\n",
"print(pi)" "print(pi)"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## En utilisant la méthode des aiguilles de Buffon"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [] "source": [
"Mais calculé avec laméthodedesaiguilles de Buffon, on obtiendrait commeapproximation:"
]
} }
], ],
"metadata": { "metadata": {
......
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