https://issues.dlang.org/show_bug.cgi?id=3749
--- Comment #17 from [email protected] --- I've been trying to get more of std.math usable in CTFE, unfortunately, the only obvious fixes I can find are isInfinity and isNaN (and I'm not 100% sure they are correct): https://github.com/quickfur/phobos/tree/ctfe_nan Any hope of getting floating point intrinsics into DMDFE? It would be *really* nice to have that. --
