no commit message

parent b3c5baa3
{ {
"cells": [ "cells": [
{
"cell_type": "markdown",
"metadata": {
"hideCode": true,
"hidePrompt": true
},
"source": [
"# On the computation of $\\pi$"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"hideCode": true,
"hidePrompt": true
},
"outputs": [],
"source": [ "source": [
"# On the computation of $\\pi$\n", "# On the computation of $\\pi$\n",
"\n", "\n",
...@@ -15,7 +35,10 @@ ...@@ -15,7 +35,10 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
"metadata": {}, "metadata": {
"hideCode": true,
"hidePrompt": true
},
"outputs": [], "outputs": [],
"source": [ "source": [
"from math import *\n", "from math import *\n",
...@@ -24,6 +47,7 @@ ...@@ -24,6 +47,7 @@
} }
], ],
"metadata": { "metadata": {
"hide_code_all_hidden": true,
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
......
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