/[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.15 by benja, Mon May 19 16:45:14 2003 UTC revision 1.16 by benja, Mon May 19 16:46:36 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, t0=10^%s, ts=10^%s, tv=10^%s)" % \      print "(q=2^%s, b=%s, s=%s KB, r=%s B, h=%s B, t0=10^%s, ts=10^%s, tv=10^%s)" % \
74            (log(S[0]) / log(2),            (log(S[0]) / log(2),
75             S[1],             S[1],
76             S[2]/(1024*8), S[3] / 8 ,             S[2]/(1024*8),
77               S[3]/8,
78             S[4]/8,             S[4]/8,
79             log(S[5]+1)/log(10),             log(S[5]+1)/log(10),
80             log(S[6]+1)/log(10),             log(S[6]+1)/log(10),

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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