Re: Machine epsilon: conclusion
- From: jacob navia <jacob@xxxxxxxxxxxxxxxx>
- Date: Sat, 30 Jun 2007 21:39:48 +0200
Richard Heathfield wrote:
jacob navia said:
<snip>
For the different representations we have in the standard header
<float.h>:
#define FLT_EPSILON 1.19209290e-07F // float
#define DBL_EPSILON 2.2204460492503131e-16 // double
#define LDBL_EPSILON 1.084202172485504434007452e-19L //long double
// qfloat epsilon truncated so that it fits in this page...
#define QFLT_EPSILON 1.09003771904865842969737513593110651 ... E-106
You have the same bug as last time. No standard-conforming implementation may define QFLT_EPSILON in the standard header <float.h>, as I pointed out to you earlier this week.
I have told you thousand times that this can be disabled
by using -ansic.
All extensions are disabled with -ansic, except _stdcall
.
- Follow-Ups:
- Re: Machine epsilon: conclusion
- From: CBFalconer
- Re: Machine epsilon: conclusion
- From: Richard Heathfield
- Re: Machine epsilon: conclusion
- References:
- Machine epsilon: conclusion
- From: jacob navia
- Re: Machine epsilon: conclusion
- From: Richard Heathfield
- Machine epsilon: conclusion
- Prev by Date: Re: Struct assignment
- Next by Date: Re: Machine epsilon: conclusion
- Previous by thread: Re: Machine epsilon: conclusion
- Next by thread: Re: Machine epsilon: conclusion
- Index(es):
Relevant Pages
|