Adam S Fri, 14 Feb 2014 21:21:54 -0800
assert(float.init == float.nan); assert(float.nan == float.nan); assert(float.init == float.init);
Thanks.