Errors in specification?

Simen Haugen simen at norstat.no
Fri Jun 13 02:16:46 PDT 2008


"Jarrett Billingsley" wrote in message
> Either use std.math.isnan/tango.math.IEEE.isNaN, or a somewhat.. funnier 
> looking method:
>
> float f2;
> f2 !<>= f2; // true

Thanks a lot

If I had checked the expression chapter I would have seen that. I must say 
that at first I thought wtf! I had no idea what you were doing there: "f2 
not lt gt eq f2"?!? Sure is a long strange looking operator. 




More information about the Digitalmars-d-learn mailing list