Skip to content
Snippets Groups Projects
Commit 39d1a2ea authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 3364084e
No related branches found
No related tags found
No related merge requests found
Pipeline #24736 passed
......@@ -9,9 +9,6 @@ from numpy import *
import time
NPTS = 100000000
a = 0.5
b = 0.75
c = 0.25
start_time = time.time()
i = arange(1,(NPTS+1),dtype=float64)
pi = sum(0.5/((i-0.75)*(i-.25)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment