Hello,

why does this assertion fail:

> assert(float.nan == float.nan);

there is the std.math.isNaN function which works correctly, but why can I not just use the comparison ?

Thanks, Joshua

Reply via email to