On 8/20/12, Walter Bright <[email protected]> wrote: > On 8/19/2012 6:33 PM, Chad J wrote: >> How? I remember reading a lot of material on NaNs in D, but I don't >> recall these. > > Set the control word for the x87 to turn it on. Probably have to do a little > > inline assembly. >
I thought you could do by setting FloatingPointControl in std.math.
