Date: Wed, 9 Jun 1999 16:42:15 -0400 Message-Id: <199906092042.QAA09698@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <375EB600.979DA70D@cyberoptics.com> (message from Eric Rudd on Wed, 09 Jun 1999 13:44:16 -0500) Subject: Re: libm sources from cyberoptics References: <375EB600 DOT 979DA70D AT cyberoptics DOT com> Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Does anyone know under what circumstances the FPU will generate a -0 ? I think that would be important in determining how we treat them. If they're only generated by underflow, for example, we should treat them as small negative numbers. If they're only generated by division by infinity, we should treat it as a regular zero. Etc.