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

Andrei Alexandrescu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Andrei Alexandrescu <[email protected]> ---
Just tested, this program prints 3.3621e-4932 on macOS Sierra 10.12.1
(16B2555):

void main() {
    import std.conv, std.stdio;
    writeln(to!real(to!string(real.min_normal)));
}

--

Reply via email to