|
From: Allin C. <cot...@wf...> - 2008-05-20 02:42:25
|
On Mon, 19 May 2008, Lutz Maibaum wrote: > gcc 4.2.1 on x86-64, glibc 2.6.1 release 18.3 (openSUSE 10.3 > packages) > Ethan: > > > I assume that you also get something else for the simpler test case: > > > > gnuplot> t = 313136844993 > > ^ > > warning: integer overflow; changing to floating point > > gnuplot> print t > > 313136844993.0 Lutz won't get that on a 64-bit system; it's well within range of a long. Allin Cottrell |