Date: Sat, 17 May 2003 10:58:22 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2593-Sat17May2003105822+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <4f85ed4fcbff.4fcbff4f85ed@uidaho.edu> (roon8505@uidaho.edu) Subject: Re: Long Doubles and Non-uniform Random Numbers References: <4f85ed4fcbff DOT 4fcbff4f85ed AT uidaho DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 16 May 2003 12:18:03 -0700 > From: roon8505 AT uidaho DOT edu > > When I run, (using long doubles) the values- apparently- get re-set to zero > as soon as they fall below ~ 1e-324. I thought that long doubles > could handle much smaller values than this- am I missing > something? Something's wrong with your program; I suspect that your program either converts long double numbers to doubles, or maybe prints them as doubles.