Skip to content

Commit

Permalink
UP solution 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSimonoviez committed Dec 25, 2024
1 parent 5d583bf commit 8932f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def wallis_product(n_terms):
resultat = 2
for k in range(n_terms):
resultat = resultat*(4*((k+1)**2)/((4*((k+1)**2)-1)))
return resultat
return resultat

0 comments on commit 8932f56

Please sign in to comment.