We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d60aa3 commit e2823a0Copy full SHA for e2823a0
numpy_questions.py
@@ -83,4 +83,3 @@ def wallis_product(n_terms):
83
pi *= (4 * i ** 2) / (4 * i ** 2 - 1)
84
pi *= 2
85
return pi
86
-
0 commit comments