gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/Sigs poss.py


From: Benja Fallenstein
Subject: [Gzz-commits] manuscripts/Sigs poss.py
Date: Mon, 19 May 2003 13:34:43 -0400

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Benja Fallenstein <address@hidden>      03/05/19 13:34:43

Modified files:
        Sigs           : poss.py 

Log message:
        milli estimates based on my benchmarks

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/Sigs/poss.py.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: manuscripts/Sigs/poss.py
diff -u manuscripts/Sigs/poss.py:1.21 manuscripts/Sigs/poss.py:1.22
--- manuscripts/Sigs/poss.py:1.21       Mon May 19 13:26:12 2003
+++ manuscripts/Sigs/poss.py    Mon May 19 13:34:43 2003
@@ -70,15 +70,15 @@
 def printscheme(S):
     S = [unfract(s) for s in S]
     #print S
-    print "(q=2^%s, b=%s, s=%s KB, r=%s B, h=%s B, t0=%2.2e, ts=%2.2e, 
tv=%2.2e)" % \
+    print "(q=2^%s, b=%s, s=%s KB, r=%s B, h=%s B, t0=%2.2e [~%sms], ts=%2.2e 
[~%sms], tv=%2.2e [~%sms])" % \
           (log(S[0]) / log(2),
            S[1], 
            S[2]/(1024*8),
            S[3]/8,
            S[4]/8,
-           S[5],
-           S[6],
-           S[7])
+           S[5], S[5] * 0.005,
+           S[6], S[6] * 0.005,
+           S[7], S[7] * 0.005)
 
 schemes = []
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]