[Bug math/5159] Inaccuracies in tgammaf

jsm28 at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Wed Feb 29 19:57:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=5159

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|aj at suse dot de           |unassigned at sourceware
                   |                            |dot org

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-02-29 19:57:17 UTC ---
You didn't mention what architecture this was on.  Anyway, confirmed with
current sources on x86, and with more and greater errors on x86_64 (I suppose
excess precision is helping a bit on x86).  Presumably the same cause as other
tgamma bugs - all five versions (flt-32, dbl-64, ldbl-96, ldbl-128,
ldbl-128ibm) follow the same approach of exp (lgamma) which is problematic for
results with large (positive or negative) exponent and needs better
implementations for all five cases.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list