This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug math/5159] Inaccuracies in tgammaf


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.


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