[Issue 21900] New: std.format: round to even does not work for hex integers with letters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 7 13:12:16 UTC 2021


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

          Issue ID: 21900
           Summary: std.format: round to even does not work for hex
                    integers with letters
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at bernis-buecher.de

assert(format!"%.1a"(472) == "0x1.ep+08");

--


More information about the Digitalmars-d-bugs mailing list