This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: acosh patch


Stephen L Moshier <moshier@mediaone.net> writes:

> For large x, acosh(x) = log(x) + log(2).  The threshold of "large" is
> 2^28, copied from the double precision routine into the long double
> routines.  That is somewhat too small for 80-bit long double and
> much too small for the 128-bit format.

Thanks, I've applied the patch now.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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