From: cgf AT cygnus DOT com (Christopher Faylor) Subject: Re: Floating point in perl. 18 Jun 1998 12:48:18 -0700 Message-ID: <199806181926.PAA00966.cygnus.cygwin32.developers@kramden.cygnus.com> To: cygwin32-developers AT cygnus DOT com, sos AT prospect DOT com DOT ru >From: Sergey Okhapkin >Date: Thu, 18 Jun 1998 22:55:33 +0400 > >The following perl script: > >#!/qub/perl > >eval '$foo = 1.234;'; >print "foo = ", $foo, "\n"; > >prints: > >foo = 1.00182889401913 > >when running with my latest cygwinb19.dll (no problems was before). The >only possible difference I see - the dll is linked with the latest newlib's >snapshot. This works fine with the version that I'm using. Possibly I'm using a newer version of newlib, though. I'm definitely using a different version of perl, too. -Chris