Date: Wed, 24 Jan 1996 21:21:20 -0500 From: dj (DJ Delorie) To: pausch AT electra DOT saaf DOT se CC: djgpp AT delorie DOT com In-reply-to: <4e35t2$qas@electra.saaf.se> (pausch@electra.saaf.se) Subject: Re: long double functions > Another interesting question: djgpp may support "long double", but does > it have any higher precision than plain "double"? The C standard allows > support of "long double" by keeping it to the same precision as plain > "double", but such "support" is of course not really very useful. Use sizeof(long double) and sizeof(double) to prove or disprove this.