Floating Point + Threads?

Walter Bright newshound2 at digitalmars.com
Sat Apr 16 11:44:00 PDT 2011


On 4/16/2011 9:52 AM, Andrei Alexandrescu wrote:
> I seem to remember that essentially some of the last bits printed in such a
> result are essentially arbitrary. I forgot what could cause this.

To see what the exact bits are, print using %A format.

In any case, floating point bits are not random. They are completely deterministic.


More information about the Digitalmars-d mailing list