Anyone knows this issue? std/math.d(2759): Error: number '0x1p-1024' is not representable

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sat Jun 20 10:14:20 PDT 2015


On 6/20/2015 5:16 AM, Martin Nowak wrote:
> On 06/20/2015 02:00 PM, Martin Nowak wrote:
>> On 06/20/2015 12:06 PM, Walter Bright wrote:
>>> On 6/20/2015 3:06 AM, Walter Bright wrote:
>>>> Apparently we need to roll our own version of strtod() and put it in
>>>> Port.
>>>
>>> We already do our own strtold(), so it should be straightforward.
>>
>> Thanks, I'll work on a fix.
>
> I can't use the strtold_dm from the backend, b/c it's not available for
> the other compilers, and AFAIU licensing doesn't allow me to move it to
> the frontend.
>

Ironically, this just appeared:

https://www.reddit.com/r/programming/comments/3aif1a/visual_c_strtod_still_broken/


More information about the Digitalmars-d mailing list