There was an error while loading. Please reload this page.
1 parent 0516bde commit 3615322Copy full SHA for 3615322
Maths/SimpsonRule.py
@@ -8,6 +8,8 @@
8
"Simpson Rule"
9
10
'''
11
+from __future__ import print_function
12
+
13
14
def method_2(boundary, steps):
15
# "Simpson Rule"
0 commit comments