Normal Distribution Table by hallvabo

h=s=''
a=.5
t=.001
exec('s+="\\n%.1f |"%t;'+('h+="%-7.2f"%t;s+="%7.4f"%a;'+"a+=2.718282**(-t*t/2)/1253.314;t+=.002;"*5)*10)*31
print"  Z | %.67s\n----+"%h+'-'*70+s

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page