floating-WTF

Dejan Lekic dejan.lekic at gmail.com
Tue Jan 24 04:51:57 PST 2012


No, it is not a bug.

Here is a hint:

import std.stdio;

int main() {
  float f;
  writeln(f);
  return 0;
}

/+--- output ----------+
nan
+--- end of output ---+/



More information about the Digitalmars-d-learn mailing list