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/6777] lgamma() pole error sets errno to EDOM, should be ERANGE


------- Additional Comments From mtk dot manpages at gmail dot com  2008-07-31 08:25 -------
Created an attachment (id=2842)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2842&action=view)
test program

Attached a test program.  Sample run showing the problem:

$ /tmp/mt_lgamma -- -1
errno == EDOM
fetestexcept() says:  FE_DIVBYZERO
lgamma(-1.00000000000000000e+00)=inf
EDOM FE_DIVBYZERO +inf


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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