Skip to content

Commit 61a7d3a

Browse files
ajout2
1 parent 88c2f7f commit 61a7d3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy_questions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def wallis_product(n_terms):
6464
pi : float
6565
The approximation of order `n_terms` of pi using the Wallis product.
6666
"""
67-
6867
# XXX : The n_terms is an int that corresponds to the number of
6968
# terms in the product. For example 10000.
7069
if type(n_terms) is not int:

0 commit comments

Comments
 (0)