X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 15 Feb 2004 19:33:02 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com, sandmann AT clio DOT rice DOT edu Message-Id: <2914-Sun15Feb2004193301+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3.0.1.16.20040215122529.34ef6022@earthlink.net> (message from Ethan Rosenberg on Sun, 15 Feb 2004 12:25:29 -0500) Subject: Re: Cross Platform Incompatabilites? References: <3 DOT 0 DOT 1 DOT 16 DOT 20040215122529 DOT 34ef6022 AT earthlink DOT net> 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: Sun, 15 Feb 2004 12:25:29 -0500 > From: Ethan Rosenberg > > I thought that the problem could be from not including float.h [is this > needed anytime a float is used??] I cannot imagine that including float.h could have any influence on the results. Apart of defining some parameters of the floating-point representation and the macros used by _control87, it doesn't do anything. A program that doesn't use _control87 needs float.h only if it wants to know the likes of the maximum and minimum FP numbers, the machine epsilon, the maximum representable exponent, etc.