|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - number is not representable.
Recently when i try to compile something that imports std.math or
tango.math.Math i get the following error:
/home/mike/D/dmd2/phobos/std/math.d(1216): number is not representable
std/math.d line 1216:
[0x1.fa01712e8f0471ap-1064, 0x1.fa01712e8f0471ap-1, -1063],
This is with both dmd 1.0 and 2.0 the version doesn't seem to matter.
Does anyone have any idea what could cause this and/or how to fix it?
--
Mike Wey
Jun 03 2009
On Wed, 03 Jun 2009 22:56:30 +0200, Mike Wey <mike-wey example.com> wrote: Jun 03 2009
Gide Nwawudu wrote:On Wed, 03 Jun 2009 22:56:30 +0200, Mike Wey <mike-wey example.com> wrote: Jun 04 2009
|