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 00:52:35 PDT 2015


On 6/19/2015 9:18 AM, Martin Nowak wrote:
> I'm getting this error while trying to build the relase.
>
> std/math.d(2759): Error: number '0x1p-1024' is not representable
>
> I'm getting that while compiling a -m32 (X86) static release phobos
> library, but I can't reproduce the error using the same command.
> https://github.com/D-Programming-Language/phobos/blob/abb21ab9bcd3857f1567bfde11c2d5d385f5caf0/std/math.d#L2759
>
> Don't even know why the unittests are compiled.
>

Which C runtime are you using? The math functions in C runtimes are often 
inadequate.


More information about the Digitalmars-d mailing list