From mboxrd@z Thu Jan 1 00:00:00 1970 From: "hjl@lucon.org" To: glibc-bugs@sources.redhat.com Subject: [Bug math/552] New: Wrong return values for tgamma (0) and tgamma (-0) Date: Tue, 16 Nov 2004 22:48:00 -0000 Message-id: <20041116224837.552.hjl@lucon.org> X-SW-Source: 2004-11/msg00147.html List-Id: According to IEEE Std 1003.1, 2004 Edition: http://www.opengroup.org/onlinepubs/009695399/functions/tgamma.html If x is ±0, a pole error shall occur, and tgamma(), tgammaf(), and tgammal() shall return ±HUGE_VAL, ±HUGE_VALF, and ±HUGE_VALL, respectively. But glibc returns NAN. -- Summary: Wrong return values for tgamma (0) and tgamma (-0) Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: math AssignedTo: aj at suse dot de ReportedBy: hjl at lucon dot org CC: glibc-bugs at sources dot redhat dot com http://sources.redhat.com/bugzilla/show_bug.cgi?id=552 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.