Hacker News new | ask | show | jobs
by WalterBright 5049 days ago
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.