Group: comp.lang.fortran · Group Profile · Search for 1000001 in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Jul 21, 2008 17:52
... machine. When doing post normalization on floating point values, one can choose to shift in zeros or ones. One can run a program both ways, and compare the results. Using that option, 1000001.-1000000. would be much different from 1.0, but I don't believe that extending either integer or single precision would be done differently. There is also stochastic rounding, where values half ...
|