Date: Wed, 15 Apr 1998 11:06:08 +0300 (IDT) From: Eli Zaretskii To: Albert Bae cc: djgpp AT delorie DOT com Subject: Re: Significant Digits In-Reply-To: <35338A5C.D17E22CA@e-z.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 14 Apr 1998, Albert Bae wrote: > I am making a program that needs high precision because it has to > numerically integrate a function twice. I beleive that the double data > type only gives 7 significant figures. This is incorrect. Double variables have 15 significant digits. You can always tell how much by looking at the definition of DBL_DIG in the header.