mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
(__ieee754_lgammal_r): Remove test for negative integer arg; sin_pi does it correctly.
This commit is contained in:
parent
fbee8a1eb1
commit
98dee2c20d
@ -304,8 +304,6 @@ __ieee754_lgammal_r (x, signgamp)
|
||||
}
|
||||
if (se & 0x8000)
|
||||
{
|
||||
if (x == __floorl(x))
|
||||
return x / zero;
|
||||
t = sin_pi (x);
|
||||
if (t == zero)
|
||||
return one / fabsl (t); /* -integer */
|
||||
|
Loading…
Reference in New Issue
Block a user