Comment on NaNs Just Don't Get No RespectparentComments−WalterBright14yD does not implement NaNs, it just relies on the IEEE FP hardware to do it.What D does do is expose NaNs so the programmer can rely on their existence and use them in a straightforward manner.
Comments
D does not implement NaNs, it just relies on the IEEE FP hardware to do it.
What D does do is expose NaNs so the programmer can rely on their existence and use them in a straightforward manner.