www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20197] New: Make std.math.isIdentical work in CTFE

https://issues.dlang.org/show_bug.cgi?id=20197

          Issue ID: 20197
           Summary: Make std.math.isIdentical work in CTFE
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: installer
          Assignee: nobody puremagic.com
          Reporter: n8sh.secondary hotmail.com

Making std.math.isIdentical work for real NaN when real is more than 64 bits
requires either changing `is` for floats to be a binary comparison (like
https://github.com/dlang/dmd/pull/7568) or adding support for CTFE


--
Sep 08 2019