[Issue 3749] cannot evaluate yl2x (log) and exp functions at compile time
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jun 26 22:39:15 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=3749
--- Comment #17 from hsteoh at quickfur.ath.cx ---
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.
--
More information about the Digitalmars-d-bugs
mailing list