• Vicențiu Ciorbaru's avatar
    Workaround for dtoa.c · 1c895caa
    Vicențiu Ciorbaru authored
    There is no obvious reason why multiplying by 1.0 helps solve a
    precision problem on gcc-7 or clang-5, but it does work. Casting to
    ulong however makes the problem come up again. Windows warns about loss
    of precision, so to quiet warnings until an appropriate fix is
    implemented, ifdef 2 versions of the code.
    1c895caa
dtoa.c 65.3 KB