1er notebook

parent 0a0ae7fb
...@@ -143,18 +143,15 @@ ...@@ -143,18 +143,15 @@
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "name": "stdout",
"text/plain": [ "output_type": "stream",
"3.112" "text": [
] "3.1120000000000001\n"
}, ]
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
} }
], ],
"source": [ "source": [
"4*np.mean(accept)" "print(str.format('{0:.16f}', 4*np.mean(accept)))"
] ]
} }
], ],
......
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