Date: Wed, 29 Sep 1999 10:37:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: nebo cc: djgpp AT delorie DOT com Subject: Re: djgpp and rounding errors In-Reply-To: <37F173EB.77A2@linetap.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 28 Sep 1999, nebo wrote: > Does DJGPP fix rounding errors with decimal places? I know > some compilers use BCD math to circumvent this problem, but > I found nothing of the sort in DJGPP. Please explain more about what you are asking. What rounding errors did you have in mind, and why do they need fixing with BCD? Floating-point computations in DJGPP run with 80-bit internal precision of the numerical co-processor, if that helps.