[Issue 17185] Error: number '0x0.0123p-1022' is not representable

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 15 12:40:27 PST 2017


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

--- Comment #3 from Sophie <meapineapple at gmail.com> ---
Note that one possible solution to this bug would be to use a custom strtold
implementation rather than relying on the runtime. For reference, here is one
such function implemented in native D code:
https://github.com/pineapplemachine/mach.d/blob/master/mach/text/numeric/hexfloats.d#L147

--


More information about the Digitalmars-d-bugs mailing list