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 88c2f7f commit 61a7d3aCopy full SHA for 61a7d3a
numpy_questions.py
@@ -64,7 +64,6 @@ def wallis_product(n_terms):
64
pi : float
65
The approximation of order `n_terms` of pi using the Wallis product.
66
"""
67
-
68
# XXX : The n_terms is an int that corresponds to the number of
69
# terms in the product. For example 10000.
70
if type(n_terms) is not int:
0 commit comments