From 39d1a2ea4c5fc171d33699047209c5a010482ff6 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sun, 26 Feb 2023 13:08:56 -0500 Subject: [PATCH] wip --- Python/numpi.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Python/numpi.py b/Python/numpi.py index 38be06a..f479fbc 100644 --- a/Python/numpi.py +++ b/Python/numpi.py @@ -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))) -- GitLab