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

wip

parent 3364084e
Branches
No related tags found
No related merge requests found
Pipeline #24736 passed
...@@ -9,9 +9,6 @@ from numpy import * ...@@ -9,9 +9,6 @@ from numpy import *
import time import time
NPTS = 100000000 NPTS = 100000000
a = 0.5
b = 0.75
c = 0.25
start_time = time.time() start_time = time.time()
i = arange(1,(NPTS+1),dtype=float64) i = arange(1,(NPTS+1),dtype=float64)
pi = sum(0.5/((i-0.75)*(i-.25))) 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.
Please register or to comment