no commit message

parent 69d2333d
...@@ -2,7 +2,25 @@ ...@@ -2,7 +2,25 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
"# On the computation of $\\pi$"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
"## Asking the maths library"
]
},
{
"cell_type": "code",
"execution_count": 18,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -15,12 +33,21 @@ ...@@ -15,12 +33,21 @@
], ],
"source": [ "source": [
"from math import *\n", "from math import *\n",
"print(pi)\n" "print(pi)"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
"## Buffon's needle"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": 22,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -29,7 +56,7 @@ ...@@ -29,7 +56,7 @@
"3.128911138923655" "3.128911138923655"
] ]
}, },
"execution_count": 11, "execution_count": 22,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -45,7 +72,7 @@ ...@@ -45,7 +72,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 12, "execution_count": 23,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -78,7 +105,7 @@ ...@@ -78,7 +105,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": 24,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -87,7 +114,7 @@ ...@@ -87,7 +114,7 @@
"3.112" "3.112"
] ]
}, },
"execution_count": 13, "execution_count": 24,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
......
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