Here is the result of the new output looking for rounding errors:
------------------------------------------------------------------ 17
Chi square distribution for 2048 samples is 6.13 (6.1250), and randomly
-------------------------------------------------------------- 17
Chi square distribution for 2048 samples is 6.12 (6.1250), and randomly
Now the question is, which one is correct? Should it round at .5 or at .5+.?
Note that my FPU output is via a slightly modified FPULIB PROC FpuFLtoA, but because it is an embedded PROC in my code and not a library routine, I can modify it, but should I, or is ent wrong?
Dave.