Re: is order urgent doubt
- From: lawrence.jones@xxxxxxxxxxx
- Date: Thu, 5 Jun 2008 09:49:44 -0400
Eric Sosman <esosman@xxxxxxxxxxxxxxxxxxxx> wrote [re double double]:
[*] Although one wonders why `long double' wasn't used
instead.
Because double double (using a pair of doubles to represent a single
floating-point number) in the general case doesn't adhere to the
standard's floating-point model and thus isn't a valid implementation of
long double. To be a valid long double implementation, you would have
to restrict the exponents to make the fraction bits contiguous rather
than allowing a gap or overlap.
-- Larry Jones
I think grown-ups just ACT like they know what they're doing. -- Calvin
.
- Follow-Ups:
- Re: is order urgent doubt
- From: Keith Thompson
- Re: is order urgent doubt
- References:
- is order urgent doubt
- From: new to c
- Re: is order urgent doubt
- From: jacob navia
- Re: is order urgent doubt
- From: Flash Gordon
- Re: is order urgent doubt
- From: jacob navia
- Re: is order urgent doubt
- From: Walter Roberson
- Re: is order urgent doubt
- From: jacob navia
- Re: is order urgent doubt
- From: Eric Sosman
- Re: is order urgent doubt
- From: lawrence . jones
- Re: is order urgent doubt
- From: Eric Sosman
- is order urgent doubt
- Prev by Date: Re: example program
- Next by Date: Re: sqrt() double trouble
- Previous by thread: Re: is order urgent doubt
- Next by thread: Re: is order urgent doubt
- Index(es):
Relevant Pages
|