/[gzz]/manuscripts/Sigs/poss.py
ViewVC logotype

Diff of /manuscripts/Sigs/poss.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by benja, Mon May 19 17:26:12 2003 UTC revision 1.22 by benja, Mon May 19 17:34:43 2003 UTC
# Line 70  def log2(x): Line 70  def log2(x):
70  def printscheme(S):  def printscheme(S):
71      S = [unfract(s) for s in S]      S = [unfract(s) for s in S]
72      #print S      #print S
73      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])" % \
74            (log(S[0]) / log(2),            (log(S[0]) / log(2),
75             S[1],             S[1],
76             S[2]/(1024*8),             S[2]/(1024*8),
77             S[3]/8,             S[3]/8,
78             S[4]/8,             S[4]/8,
79             S[5],             S[5], S[5] * 0.005,
80             S[6],             S[6], S[6] * 0.005,
81             S[7])             S[7], S[7] * 0.005)
82    
83  schemes = []  schemes = []
84    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26