Skip to content

Commit 38fdba0

Browse files
committed
UP my solution
1 parent d2d344c commit 38fdba0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numpy_questions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020

2121
def max_index(X):
22-
2322
"""Return the index of the maximum in a numpy array.
2423
2524
Parameters
@@ -49,7 +48,6 @@ def max_index(X):
4948

5049

5150
def wallis_product(n_terms):
52-
5351
"""Implement the Wallis product to compute an approximation of pi.
5452
5553
See:

0 commit comments

Comments
 (0)