https://issues.dlang.org/show_bug.cgi?id=11400
berni44 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from berni44 <[email protected]> --- You misunderstood the meaning of the number before the dot: When you've got "%2.3f", the 2 means the number of *all* symbols printed out, while 3 is the number of all digits after the dot. When you use "%6.3f" in your last example, everything is as expected... --
