[Issue 21841] New: std.format: grouping produces strange result with zero precision and %e

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 18 10:24:09 UTC 2021


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

          Issue ID: 21841
           Summary: std.format: grouping produces strange result with zero
                    precision and %e
           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("%0.0,e"(0.0) == "0e+00");

--


More information about the Digitalmars-d-bugs mailing list