X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/16dcc.git/blobdiff_plain/c7c7f9b7e2309f3817f329f4c1cd8d1588055370..HEAD:/complexityDisplay.py diff --git a/complexityDisplay.py b/complexityDisplay.py index 60f2c79..e02d1f5 100644 --- a/complexityDisplay.py +++ b/complexityDisplay.py @@ -8,7 +8,7 @@ rhugo,rwow,runiw,rcanny=[],[],[],[] T=3 x = [4 , 5 , 6 , 7, 8 , 9 , 10, 11 , 12 , 13 , 14 , 15 , 16 ] -y = [21.8 , 28.4 , 35.4 , 42.5 , 50 , 57.7 , 65.6, 73.5 , 81.6 , 90 , 98.3 , 107.1 , 116] +y = [21.8 , 28.4 , 35.4 , 42.5 , 50 , 57.7 , 65.6, 73.5 , 81.6 , 90 , 98.3 , 107.1 , 115.7] yp = [ 2*l*m.log(2*l +8) for l in x]