Message-ID: <3533D992.82A4770C@sprynet.com> Date: Tue, 14 Apr 1998 14:48:02 -0700 From: Ishpeck Organization: Lunaticnologies MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Significant Digits References: <35338A5C DOT D17E22CA AT e-z DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 192.41.91.218 Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On News Groups, people are more than happy to correct anyone -- even if they haven't made any mistakes. Albert Bae wrote: > > Hello, > > 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. 7 sig. figs. cause a round off > error that is to large to be acceptable as an output for my program. I > was wondering if there was a way of increasing the number of significant > digits that DJGPP can handle. If I have made any mistakes in what I > have said please feel free to correct me. I appreciate any help that > you can give. > > Thanks, > Albert