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

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sat Jun 20 02:33:10 PDT 2015


On 06/20/2015 09:52 AM, Walter Bright wrote:
> 
> Which C runtime are you using? The math functions in C runtimes are
> often inadequate.

So we now call the host's C library to perform constant folding/CTFE of exp?
This is a point for Iain's proposal to use a high precision floating
point implementation in the compiler to avoid machine/platform differences.


More information about the Digitalmars-d mailing list