[Bug math/6807] y0(), y1(), yn() do not raise exception and give wrong errno for pole error

mtk dot manpages at gmail dot com sourceware-bugzilla@sourceware.org
Thu Jul 31 12:25:00 GMT 2008


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

Sample runs demonstrating the problem:

$ /tmp/mt_y0 0
errno == EDOM
fetestexcept() says:
y0(0.00000000000000000e+00)=-inf
EDOM 0 -inf

$ /tmp/mt_y1 0
errno == EDOM
fetestexcept() says:
y1(0.00000000000000000e+00)=-inf
EDOM 0 -inf

$ /tmp/mt_yn 1 0
errno == EDOM
fetestexcept() says:
yn(1,0.00000000000000000e+00)=-inf
EDOM 0 -inf

-- 


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

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



More information about the Glibc-bugs mailing list