Normal Distribution Table by 51b

import std.math;void main(){for(int n=-3,m;++n<31;)for(m=!printf(&*(~n?n<0?"  Z |":"
%.1f |":"
----+"),n*.1);m<10;)printf(&*(~n?" %*.*Lf":"-------"),m++?6:3,n<0?2:4,n<0?m*.01:erf((n+m*.1)/14.14213)/2+.5);}

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

download

return to the top page