Skip to content
Prev 13491 / 398502 Next

64-bit programming

On Tue, 11 Sep 2001 helgito at hi.is wrote:

            
Better to learn some numerical analysis.  For example you could sum the
smallest first.  If you want centred moments, centre first ....
There is a whole science out there of getting accurate results with low
precision (it was needed where the only fast arithmetic was a few
hexadecimal digits).  That could be tricky and even needed iterative
refinement, but double precision swept all that away at least of
statistical purposes (except perhaps for people who think the normal
equations are the way to solve least-squares problems).