This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: M_LOG2_E vs. M_LN2 cleanup patch


On Dec  3 08:49, Howland Craig D (Craig) wrote:
> Jeff:
>      The math.h part of the patch appears to have not worked, as math.h
> is unchanged in CVS.  Here's that part of the patch, re-generated fresh.
> 				Craig

I was going to apply the patch, but I was wondering if we really want
to stick to this discrepancy:

line 35:  #define _M_LN2  0.693147180559945309417

line 532: #define M_LN2   0.69314718055994530942


Shouldn't we better define M_LN2 in terms of _M_LN2:

line 532: #define M_LN2 _M_LN2

?


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]