[Issue 19124] New: Investigate using RYU to convert floats to strings
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Jul 27 23:57:11 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19124
          Issue ID: 19124
           Summary: Investigate using RYU to convert floats to strings
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: b2.temp at gmx.com
Relying in the c standard library to do that is sometimes an issue. It's been
encountered several time, e.g in std.json because snn.lib give different
results that the gnu c library. It would also allow to get it to!string, format
working at CTFE for float and double.
Reference : https://github.com/ulfjack/ryu
--
    
    
More information about the Digitalmars-d-bugs
mailing list